Home
last modified time | relevance | path

Searched defs:parse_opts (Results 1 – 10 of 10) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-eval.c45 uint32_t parse_opts) /**< ecma_parse_opts_t option bits */ in ecma_op_eval()
86 uint32_t parse_opts) /**< ecma_parse_opts_t option bits */ in ecma_op_eval_chars_buffer()
Decma-function-object.c298 ecma_parse_opts_t parse_opts) /**< parse options */ in ecma_op_create_dynamic_function()
/third_party/ltp/lib/
Dparse_opts.c142 const char *parse_opts(int ac, char **av, const option_t * user_optarr, in parse_opts() function
Dtst_test.c590 static void parse_opts(int argc, char *argv[]) in parse_opts() function
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c2007 uint32_t parse_opts, /**< ecma_parse_opts_t option bits */ in parser_parse_source()
2692 uint32_t parse_opts, /**< ecma_parse_opts_t option bits */ in parser_parse_script()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-global.c94 …uint32_t parse_opts = vm_is_direct_eval_form_call () ? ECMA_PARSE_DIRECT_EVAL : ECMA_PARSE_NO_OPTS; in ecma_builtin_global_object_eval() local
/third_party/jerryscript/jerry-core/api/
Djerry.c450 uint32_t parse_opts) /**< jerry_parse_opts_t option bits */ in jerry_parse()
526 uint32_t parse_opts) /**< jerry_parse_opts_t option bits */ in jerry_parse_function()
646 uint32_t parse_opts) /**< jerry_parse_opts_t option bits */ in jerry_eval()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c558 uint32_t parse_opts = ECMA_PARSE_DIRECT_EVAL | (chain_index << ECMA_PARSE_CHAIN_INDEX_SHIFT); in jerry_debugger_send_eval() local
/third_party/jerryscript/jerry-core/vm/
Dvm.c355 uint32_t parse_opts) /**< ecma_parse_opts_t option bits */ in vm_run_eval()
1904 uint8_t parse_opts = *byte_code_p++; in vm_loop() local
/third_party/ffmpeg/libavcodec/
Dlibx264.c527 static int parse_opts(AVCodecContext *avctx, const char *opt, const char *param) in parse_opts() function