Home
last modified time | relevance | path

Searched defs:is_strict (Results 1 – 9 of 9) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-get-put-value.c202 bool is_strict, /**< flag indicating strict mode */ in ecma_op_put_value_lex_env_base()
Decma-lex-env.c225 bool is_strict) /**< argument S */ in ecma_op_set_mutable_binding()
286 bool is_strict) /**< argument S */ in ecma_op_get_binding_value()
Decma-objects-arguments.c50 bool is_strict = (bytecode_data_p->status_flags & CBC_CODE_FLAGS_STRICT_MODE) != 0; in ecma_op_create_arguments_object() local
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c94 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
Dvm.c163 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
/third_party/boost/libs/graph/src/
Dread_graphviz_new.cpp579 bool is_strict = false; in parse_graph() local
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-expr.c782 bool is_strict = (context_p->status_flags & PARSER_IS_STRICT) != 0; in parser_parse_class() local
/third_party/quickjs/
Drun-test262.c1066 char *find_error(const char *filename, int *pline, int is_strict) in find_error()
Dquickjs.c29445 BOOL is_strict; in optimize_scope_make_global_ref() local