Searched defs:is_strict (Results 1 – 9 of 9) sorted by relevance
202 bool is_strict, /**< flag indicating strict mode */ in ecma_op_put_value_lex_env_base()
225 bool is_strict) /**< argument S */ in ecma_op_set_mutable_binding()286 bool is_strict) /**< argument S */ in ecma_op_get_binding_value()
50 bool is_strict = (bytecode_data_p->status_flags & CBC_CODE_FLAGS_STRICT_MODE) != 0; in ecma_op_create_arguments_object() local
94 bool is_strict, /**< true, if the engine is in strict mode */ in vm_set_var()193 bool is_strict) /**< strict mode */ in vm_op_delete_prop()1267 bool is_strict = (frame_ctx_p->bytecode_header_p->status_flags & CBC_CODE_FLAGS_STRICT_MODE) != 0; in opfunc_assign_super_reference() local
163 bool is_strict) /**< strict mode */ in vm_op_set_value()992 …bool is_strict = ((frame_ctx_p->bytecode_header_p->status_flags & CBC_CODE_FLAGS_STRICT_MODE) != 0… in vm_loop() local
579 bool is_strict = false; in parse_graph() local
782 bool is_strict = (context_p->status_flags & PARSER_IS_STRICT) != 0; in parser_parse_class() local
1066 char *find_error(const char *filename, int *pline, int is_strict) in find_error()
29445 BOOL is_strict; in optimize_scope_make_global_ref() local