Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dliveedit.cc1130 JSFunction::kLiteralNativeContextIndex) { in PatchLiterals()
1136 new_literals->set(JSFunction::kLiteralNativeContextIndex, in PatchLiterals()
Dfactory.cc743 literals->set(JSFunction::kLiteralNativeContextIndex, in NewFunctionFromSharedFunctionInfo()
Dobjects.h7401 static const int kLiteralNativeContextIndex = 0; variable
Druntime.cc3001 literals->set(JSFunction::kLiteralNativeContextIndex, in RUNTIME_FUNCTION()
Dobjects.cc9937 return Context::cast(literals->get(JSFunction::kLiteralNativeContextIndex)); in NativeContextFromLiterals()