Home
last modified time | relevance | path

Searched refs:strict_function_map (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dbootstrapper.cc660 Handle<Map> strict_function_map = in CreateStrictModeFunctionMaps() local
662 native_context()->set_strict_function_map(*strict_function_map); in CreateStrictModeFunctionMaps()
675 PoisonArgumentsAndCaller(strict_function_map); in CreateStrictModeFunctionMaps()
1923 Handle<Map> strict_function_map(native_context()->strict_function_map()); in InstallNatives() local
1924 Handle<Map> strict_generator_function_map = Map::Copy(strict_function_map); in InstallNatives()
Dcontexts.h147 V(STRICT_FUNCTION_MAP_INDEX, Map, strict_function_map) \
Dobjects.cc9463 : native_context->strict_function_map())) { in RemovePrototype()