Home
last modified time | relevance | path

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

/external/v8/src/
Dmacros.py154 const kBoundThisIndex = 1;
Dheap-snapshot-generator.cc1614 bindings->get(JSFunction::kBoundThisIndex)); in ExtractClosureReferences()
Dobjects.h7390 static const int kBoundThisIndex = 1; variable
Druntime.cc8296 new_bindings->set(JSFunction::kBoundThisIndex, *this_object); in RUNTIME_FUNCTION()