Lines Matching refs:strict_function_map
387 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
791 Map::Copy(strict_function_map, "SloppyGeneratorFunction"); in CreateIteratorMaps()
798 Map::Copy(strict_function_map, "StrictGeneratorFunction"); in CreateIteratorMaps()