Home | History | Annotate | Download | only in src

Lines Matching refs:is_strict

1464                                                         bool is_strict) {
1465 Handle<Map> map = is_strict
1474 bool is_strict) {
1475 Handle<Map> map = is_strict ? isolate()->strict_function_map()
1486 bool is_strict) {
1488 Handle<JSFunction> function = NewFunction(name, code, prototype, is_strict);
2573 bool strict_mode_callee = is_strict(callee->shared()->language_mode()) ||