Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc387 bool strict_function_map = false) { in CreateFunction() argument
396 kInstallConstructor, strict_function_map) in CreateFunction()
398 strict_function_map); in CreateFunction()
407 bool strict_function_map = false) { in InstallFunction() argument
411 maybe_prototype, call, strict_function_map); in InstallFunction()
421 bool strict_function_map = false) { in InstallFunction() argument
426 strict_function_map); in InstallFunction()
748 Handle<Map> strict_function_map = in CreateStrictModeFunctionMaps() local
750 native_context()->set_strict_function_map(*strict_function_map); in CreateStrictModeFunctionMaps()
788 Handle<Map> strict_function_map(strict_function_map_writable_prototype_); in CreateIteratorMaps() local
[all …]
Dcontexts.h269 V(STRICT_FUNCTION_MAP_INDEX, Map, strict_function_map) \
Dfactory.cc1229 map.is_identical_to(isolate()->strict_function_map()) || in NewFunction()
1261 is_strict ? isolate()->strict_function_map() in NewFunction()
Dobjects.cc9293 *map == *isolate->strict_function_map() || in CopyInitialMap()
12965 ? native_context->strict_function_map() in RemovePrototype()