Lines Matching refs:strict_function_map
371 bool strict_function_map = false) { in CreateFunction() argument
377 instance_size, strict_function_map) in CreateFunction()
379 strict_function_map); in CreateFunction()
387 bool strict_function_map = false) { in InstallFunction() argument
391 maybe_prototype, call, strict_function_map); in InstallFunction()
400 bool strict_function_map = false) { in InstallFunction() argument
405 strict_function_map); in InstallFunction()
671 Handle<Map> strict_function_map = factory()->CreateStrictFunctionMap( in CreateStrictModeFunctionMaps() local
673 native_context()->set_strict_function_map(*strict_function_map); in CreateStrictModeFunctionMaps()
742 Handle<Map> strict_function_map(strict_function_map_writable_prototype_); in CreateIteratorMaps() local
745 Map::Copy(strict_function_map, "SloppyGeneratorFunction"); in CreateIteratorMaps()
753 Map::Copy(strict_function_map, "StrictGeneratorFunction"); in CreateIteratorMaps()
778 Handle<Map> strict_function_map( in CreateAsyncFunctionMaps() local
781 Map::Copy(strict_function_map, "SloppyAsyncFunction"); in CreateAsyncFunctionMaps()
787 Map::Copy(strict_function_map, "StrictAsyncFunction"); in CreateAsyncFunctionMaps()