Searched refs:LocalScope (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DLocalScope.h34 A LocalScope is a temporary scope in which Locals are allocated. When a
35 LocalScope goes out of scope, all the Locals created in it are destroyed.
37 LocalScope is similar in concept to NSAutoreleasePool.
42 class LocalScope { class in namespace:JSC
44 explicit LocalScope(VM&);
45 ~LocalScope();
54 inline LocalScope::LocalScope(VM& vm) function in class:JSC::LocalScope
60 inline LocalScope::~LocalScope()
[all...]
H A DHandleStack.h35 class LocalScope;
119 ASSERT(m_scopeDepth); // Creating a Local outside of a LocalScope is a memory leak.
H A DLocal.h34 LocalScope. Use Locals for local values on the stack. It is an error to
35 create a Local outside of any LocalScope.
41 friend class LocalScope;
55 Local(HandleSlot, ExternalType); // Used by LocalScope::release() to move a Local to a containing scope.
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSONObject.cpp36 #include "LocalScope.h"
793 LocalScope scope(exec->vm());
822 LocalScope scope(exec->vm());
832 LocalScope scope(exec->vm());
845 LocalScope scope(exec->vm());

Completed in 114 milliseconds