/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-eval.c | 44 ecma_op_eval(ecma_string_t *code_p, uint32_t parse_opts) ecma_op_eval() argument 84 ecma_op_eval_chars_buffer(const lit_utf8_byte_t *code_p, size_t code_buffer_size, uint32_t parse_opts) ecma_op_eval_chars_buffer() argument [all...] |
H A D | ecma-function-object.c | 296 ecma_op_create_dynamic_function(const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len, ecma_parse_opts_t parse_opts) ecma_op_create_dynamic_function() argument
|
/third_party/node/deps/base64/base64/bin/ |
H A D | base64.c | 470 parse_opts (int argc, char **argv, struct config *config) in parse_opts() function
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-global.c | 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
|
/third_party/ltp/lib/ |
H A D | parse_opts.c | 142 const char *parse_opts(int ac, char **av, const option_t * user_optarr, in parse_opts() function
|
H A D | tst_test.c | 660 static void parse_opts(int argc, char *argv[]) in parse_opts() function
|
/third_party/ffmpeg/libavcodec/ |
H A D | libx264.c | 567 static int parse_opts(AVCodecContext *avctx, const char *opt, const char *param) in parse_opts() function
|
/third_party/jerryscript/jerry-core/debugger/ |
H A D | debugger.c | 558 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/parser/js/ |
H A D | js-parser.c | 2003 parser_parse_source(const uint8_t *arg_list_p, size_t arg_list_size, const uint8_t *source_p, size_t source_size, uint32_t parse_opts, parser_error_location_t *error_location_p) parser_parse_source() argument 2688 parser_parse_script(const uint8_t *arg_list_p, size_t arg_list_size, const uint8_t *source_p, size_t source_size, uint32_t parse_opts, ecma_compiled_code_t **bytecode_data_p) parser_parse_script() argument [all...] |
/third_party/jerryscript/jerry-core/vm/ |
H A D | vm.c | 1904 uint8_t parse_opts = *byte_code_p++; in vm_loop() local 354 vm_run_eval(ecma_compiled_code_t *bytecode_data_p, uint32_t parse_opts) vm_run_eval() argument
|
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry.c | 446 jerry_parse(const jerry_char_t *resource_name_p, size_t resource_name_length, const jerry_char_t *source_p, size_t source_size, uint32_t parse_opts) jerry_parse() argument 520 jerry_parse_function(const jerry_char_t *resource_name_p, size_t resource_name_length, const jerry_char_t *arg_list_p, size_t arg_list_size, const jerry_char_t *source_p, size_t source_size, uint32_t parse_opts) jerry_parse_function() argument 644 jerry_eval(const jerry_char_t *source_p, size_t source_size, uint32_t parse_opts) jerry_eval() argument
|