Home
last modified time | relevance | path

Searched refs:script_contexts (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/debug/
Ddebug-scopes.cc455 Handle<ScriptContextTable> script_contexts( in MaterializeScriptScope() local
461 for (int context_index = 0; context_index < script_contexts->used(); in MaterializeScriptScope()
464 ScriptContextTable::GetContext(script_contexts, context_index); in MaterializeScriptScope()
719 Handle<ScriptContextTable> script_contexts( in SetScriptVariableValue() local
722 if (ScriptContextTable::Lookup(script_contexts, variable_name, in SetScriptVariableValue()
725 script_contexts, lookup_result.context_index); in SetScriptVariableValue()
/external/v8/src/
Dcontexts.cc262 Handle<ScriptContextTable> script_contexts( in Lookup() local
265 if (ScriptContextTable::Lookup(script_contexts, name, &r)) { in Lookup()
267 Handle<Context> c = ScriptContextTable::GetContext(script_contexts, in Lookup()
275 return ScriptContextTable::GetContext(script_contexts, in Lookup()
Dbootstrapper.cc960 Handle<ScriptContextTable> script_contexts( in InstallGlobalThisBinding() local
972 ScriptContextTable::Extend(script_contexts, context); in InstallGlobalThisBinding()
/external/v8/test/cctest/
Dtest-inobject-slack-tracking.cc58 Handle<ScriptContextTable> script_contexts( in GetLexical() local
62 if (ScriptContextTable::Lookup(script_contexts, str_name, &lookup_result)) { in GetLexical()
65 script_contexts, lookup_result.context_index), in GetLexical()
/external/v8/src/ic/
Dic.cc649 Handle<ScriptContextTable> script_contexts( in Load() local
653 if (ScriptContextTable::Lookup(script_contexts, str_name, &lookup_result)) { in Load()
656 script_contexts, lookup_result.context_index), in Load()
1505 Handle<ScriptContextTable> script_contexts( in Store() local
1509 if (ScriptContextTable::Lookup(script_contexts, str_name, &lookup_result)) { in Store()
1511 script_contexts, lookup_result.context_index); in Store()
2337 Handle<ScriptContextTable> script_contexts( in RUNTIME_FUNCTION() local
2341 if (ScriptContextTable::Lookup(script_contexts, name, &lookup_result)) { in RUNTIME_FUNCTION()
2343 script_contexts, lookup_result.context_index); in RUNTIME_FUNCTION()
/external/v8/src/runtime/
Druntime-scopes.cc47 Handle<ScriptContextTable> script_contexts( in DeclareGlobals() local
50 if (ScriptContextTable::Lookup(script_contexts, name, &lookup) && in DeclareGlobals()
/external/v8/src/crankshaft/
Dhydrogen.cc5826 Handle<ScriptContextTable> script_contexts( in VisitVariableProxy() local
5829 if (ScriptContextTable::Lookup(script_contexts, variable->name(), in VisitVariableProxy()
5832 script_contexts, lookup.context_index); in VisitVariableProxy()
7002 Handle<ScriptContextTable> script_contexts( in HandleGlobalVariableAssignment() local
7005 if (ScriptContextTable::Lookup(script_contexts, var->name(), &lookup)) { in HandleGlobalVariableAssignment()
7010 ScriptContextTable::GetContext(script_contexts, lookup.context_index); in HandleGlobalVariableAssignment()