Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.h128 V(STRICT_MODE_FUNCTION_MAP_INDEX, Map, strict_mode_function_map) \
Dbootstrapper.cc623 Handle<Map> strict_mode_function_map = in CreateStrictModeFunctionMaps() local
626 *strict_mode_function_map); in CreateStrictModeFunctionMaps()
636 PoisonArgumentsAndCaller(strict_mode_function_map); in CreateStrictModeFunctionMaps()
Dfactory.cc537 : isolate()->strict_mode_function_map(), in NewFunctionFromSharedFunctionInfo()
Dobjects.cc7522 : global_context->strict_mode_function_map())); in RemovePrototype()
/external/chromium_org/v8/src/
Dbootstrapper.cc610 Handle<Map> strict_mode_function_map = in CreateStrictModeFunctionMaps() local
613 *strict_mode_function_map); in CreateStrictModeFunctionMaps()
622 PoisonArgumentsAndCaller(strict_mode_function_map); in CreateStrictModeFunctionMaps()
1383 Handle<Map> strict_mode_function_map( in InitializeExperimentalGlobal() local
1384 native_context()->strict_mode_function_map()); in InitializeExperimentalGlobal()
1386 strict_mode_function_map); in InitializeExperimentalGlobal()
Dcontexts.h139 V(STRICT_MODE_FUNCTION_MAP_INDEX, Map, strict_mode_function_map) \
Dobjects.cc9876 : native_context->strict_mode_function_map())); in RemovePrototype()