Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Ddebug-function-scopes.js38 var scope_object = scope_mirror.scopeObject().value();
41 let actual = scope_object[name];
/external/v8/test/mjsunit/
Ddebug-function-scopes.js36 var scope_object = scope_mirror.scopeObject().value();
39 var actual = scope_object[name];
/external/v8/src/
Dscopeinfo.cc373 Handle<JSObject> scope_object) { in CopyContextLocalsToScopeObject() argument
386 scope_object, in CopyContextLocalsToScopeObject()
Druntime.cc12456 Handle<JSObject> scope_object; in MaterializeScopeDetails() local
12458 isolate, scope_object, it->ScopeObject(), JSObject); in MaterializeScopeDetails()
12459 details->set(kScopeDetailsObjectIndex, *scope_object); in MaterializeScopeDetails()
Dobjects.h4207 Handle<JSObject> scope_object);