Searched defs:bytecode_data_p (Results 1 - 9 of 9) sorted by relevance
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-eval.c | 91 ecma_compiled_code_t *bytecode_data_p; in ecma_op_eval_chars_buffer() local
|
| H A D | ecma-objects-arguments.c | 43 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 D | ecma-function-object.c | 335 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 D | ecma-objects.c | 266 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 D | ecma-module.c | 891 ecma_compiled_code_t *bytecode_data_p; in ecma_module_parse() local
|
| /third_party/jerryscript/jerry-core/api/ |
| H A D | jerry-snapshot.c | 752 ecma_compiled_code_t *bytecode_data_p; in jerry_generate_snapshot_with_args() local
|
| H A D | jerry.c | 481 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 D | js-parser.c | 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
|
| /third_party/jerryscript/jerry-core/vm/ |
| H A D | vm.c | 354 vm_run_eval (ecma_compiled_code_t *bytecode_data_p, /**< byte-code data */ in vm_run_eval() argument
|
Completed in 21 milliseconds