Searched refs:strict_mode_callee (Results 1 – 1 of 1) sorted by relevance
2107 bool strict_mode_callee = callee->shared()->strict_mode() == STRICT; in NewArgumentsObject() local2108 Handle<Map> map = strict_mode_callee ? isolate()->strict_arguments_map() in NewArgumentsObject()2117 if (!strict_mode_callee) { in NewArgumentsObject()