Searched defs:parse_opts (Results 1 – 10 of 10) sorted by relevance
45 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()
298 ecma_parse_opts_t parse_opts) /**< parse options */ in ecma_op_create_dynamic_function()
142 const char *parse_opts(int ac, char **av, const option_t * user_optarr, in parse_opts() function
590 static void parse_opts(int argc, char *argv[]) in parse_opts() function
2007 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()
94 …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
450 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()
558 uint32_t parse_opts = ECMA_PARSE_DIRECT_EVAL | (chain_index << ECMA_PARSE_CHAIN_INDEX_SHIFT); in jerry_debugger_send_eval() local
355 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
527 static int parse_opts(AVCodecContext *avctx, const char *opt, const char *param) in parse_opts() function