Home
last modified time | relevance | path

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

/external/v8/src/
Dmacros.py134 const kBoundThisIndex = 1;
Dprofile-generator.cc2063 bindings->get(JSFunction::kBoundThisIndex)); in ExtractClosureReferences()
Dobjects.h5869 static const int kBoundThisIndex = 1; variable
Druntime.cc7826 new_bindings->set(JSFunction::kBoundThisIndex, args[2]); in RUNTIME_FUNCTION()