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

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

Completed in 147 milliseconds