Home
last modified time | relevance | path

Searched defs:bytecode_data_p (Results 1 - 9 of 9) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-eval.c91 ecma_compiled_code_t *bytecode_data_p; in ecma_op_eval_chars_buffer() local
H A Decma-objects-arguments.c43 ecma_op_create_arguments_object(ecma_object_t *func_obj_p, ecma_object_t *lex_env_p, const ecma_value_t *arguments_list_p, ecma_length_t arguments_number, const ecma_compiled_code_t *bytecode_data_p) ecma_op_create_arguments_object() argument
H A Decma-function-object.c335 ecma_compiled_code_t *bytecode_data_p = NULL; in ecma_op_create_dynamic_function() local
219 ecma_op_create_function_object(ecma_object_t *scope_p, const ecma_compiled_code_t *bytecode_data_p, ecma_builtin_id_t proto_id) ecma_op_create_function_object() argument
411 ecma_op_create_simple_function_object(ecma_object_t *scope_p, const ecma_compiled_code_t *bytecode_data_p) ecma_op_create_simple_function_object() argument
427 ecma_op_create_generator_function_object(ecma_object_t *scope_p, const ecma_compiled_code_t *bytecode_data_p) ecma_op_create_generator_function_object() argument
441 ecma_op_create_arrow_function_object(ecma_object_t *scope_p, const ecma_compiled_code_t *bytecode_data_p, ecma_value_t this_binding) ecma_op_create_arrow_function_object() argument
560 const ecma_compiled_code_t *bytecode_data_p = ecma_op_function_get_compiled_code (ext_func_obj_p); ecma_op_function_is_generator() local
798 const ecma_compiled_code_t *bytecode_data_p = ecma_op_function_get_compiled_code (ext_func_p); ecma_op_function_call_simple() local
1397 const ecma_compiled_code_t *bytecode_data_p = ecma_op_function_get_compiled_code (ext_func_p); ecma_op_function_try_to_lazy_instantiate_property() local
1434 const ecma_compiled_code_t *bytecode_data_p; ecma_op_function_try_to_lazy_instantiate_property() local
1618 const ecma_compiled_code_t *bytecode_data_p; ecma_op_function_list_lazy_property_names() local
[all...]
H A Decma-objects.c266 const ecma_compiled_code_t *bytecode_data_p = ecma_op_function_get_compiled_code (ext_func_p); in ecma_op_object_get_own_property() local
618 const ecma_compiled_code_t *bytecode_data_p = ecma_op_function_get_compiled_code (ext_func_p); in ecma_op_object_find_own() local
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-module.c891 ecma_compiled_code_t *bytecode_data_p; in ecma_module_parse() local
/third_party/jerryscript/jerry-core/api/
H A Djerry-snapshot.c752 ecma_compiled_code_t *bytecode_data_p; in jerry_generate_snapshot_with_args() local
H A Djerry.c481 ecma_compiled_code_t *bytecode_data_p; in jerry_parse() local
544 ecma_compiled_code_t *bytecode_data_p; in jerry_parse_function() local
3621 const ecma_compiled_code_t *bytecode_data_p = ecma_op_function_get_compiled_code (ext_func_p); in jerry_get_resource_name() local
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser.c2688 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
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c354 vm_run_eval (ecma_compiled_code_t *bytecode_data_p, /**< byte-code data */ in vm_run_eval() argument

Completed in 21 milliseconds