• kasper.lund's avatar
    Fixed bug in JSObject::GetPropertyAttributePostInterceptor where map... · 44510671
    kasper.lund authored
    Fixed bug in JSObject::GetPropertyAttributePostInterceptor where map transitions would count as properties.
    
    Allowed aliased eval invocations by treating them as evals in the global context. This may change in the future.
    
    Added support for accessing the last entered context through the API and renamed Context::Current to Context::GetCurrent and Context::GetSecurityContext to Context::GetCurrentSecurityContext.
    
    Fixed bug in the debugger that would cause the debugger scripts to be recursively loaded and changed all disabling of interrupts to be block-structured.
    
    Made snapshot data read-only to allow it to be more easily shared across multiple users of V8 when linked as a shared library.
    
    
    git-svn-id: http://v8.googlecode.com/svn/trunk@6 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    44510671
snapshot-empty.cc 1.76 KB