Home
last modified time | relevance | path

Searched refs:scope_object (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/mjsunit/es6/
Ddebug-function-scopes.js39 var scope_object = scope_mirror.scopeObject().value();
42 let actual = scope_object[name];
/external/v8/src/debug/
Ddebug-scopes.cc134 Handle<JSObject> scope_object; in MaterializeScopeDetails() local
135 ASSIGN_RETURN_ON_EXCEPTION(isolate_, scope_object, ScopeObject(), JSObject); in MaterializeScopeDetails()
136 details->set(kScopeDetailsObjectIndex, *scope_object); in MaterializeScopeDetails()
779 Handle<JSObject> scope_object) { in CopyContextLocalsToScopeObject() argument
795 scope_object, handle(String::cast(scope_info->get(i + start))), value, in CopyContextLocalsToScopeObject()
803 Handle<JSObject> extension, Handle<JSObject> scope_object, in CopyContextExtensionToScopeObject() argument
819 scope_object, key, value, NONE), false); in CopyContextExtensionToScopeObject()
Ddebug-scopes.h139 Handle<JSObject> scope_object);
141 Handle<JSObject> scope_object,
/external/v8/test/mjsunit/
Ddebug-function-scopes.js36 var scope_object = scope_mirror.scopeObject().value();
39 var actual = scope_object[name];