Searched defs:scope_object (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/debug/ |
H A D | debug-scopes.cc | 142 Handle<JSObject> scope_object; local 143 ASSIGN_RETURN_ON_EXCEPTION(isolate_, scope_object, ScopeObject(), JSObject); 144 details->set(kScopeDetailsObjectIndex, *scope_object); 748 Handle<JSObject> scope_object) { 762 JSObject::SetOwnPropertyIgnoreAttributes(scope_object, name, value, NONE) 768 Handle<Context> context, Handle<JSObject> scope_object, 782 JSObject::SetOwnPropertyIgnoreAttributes(scope_object, key, value, NONE) 746 CopyContextLocalsToScopeObject( Handle<ScopeInfo> scope_info, Handle<Context> context, Handle<JSObject> scope_object) argument 767 CopyContextExtensionToScopeObject( Handle<Context> context, Handle<JSObject> scope_object, KeyCollectionMode mode) argument
|
Completed in 69 milliseconds