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/
Decma-function-object.c220 const ecma_compiled_code_t *bytecode_data_p, /**< byte-code array */ in ecma_op_create_function_object()
335 ecma_compiled_code_t *bytecode_data_p = NULL; in ecma_op_create_dynamic_function() local
412const ecma_compiled_code_t *bytecode_data_p) /**< byte-code array */ in ecma_op_create_simple_function_object()
428const ecma_compiled_code_t *bytecode_data_p) /**< byte-code array */ in ecma_op_create_generator_function_object()
442const ecma_compiled_code_t *bytecode_data_p, /**< byte-code array */ in ecma_op_create_arrow_function_object()
560 … const ecma_compiled_code_t *bytecode_data_p = ecma_op_function_get_compiled_code (ext_func_obj_p); in ecma_op_function_is_generator() local
798 const ecma_compiled_code_t *bytecode_data_p = ecma_op_function_get_compiled_code (ext_func_p); in ecma_op_function_call_simple() local
1397 const ecma_compiled_code_t *bytecode_data_p = ecma_op_function_get_compiled_code (ext_func_p); in ecma_op_function_try_to_lazy_instantiate_property() local
1434 const ecma_compiled_code_t *bytecode_data_p; in ecma_op_function_try_to_lazy_instantiate_property() local
1618 const ecma_compiled_code_t *bytecode_data_p; in ecma_op_function_list_lazy_property_names() local
Decma-eval.c91 ecma_compiled_code_t *bytecode_data_p; in ecma_op_eval_chars_buffer() local
Decma-objects-arguments.c48 const ecma_compiled_code_t *bytecode_data_p) /**< byte code */ in ecma_op_create_arguments_object()
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/
Decma-module.c882 ecma_compiled_code_t *bytecode_data_p; in ecma_module_parse() local
/third_party/jerryscript/jerry-core/api/
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
Djerry-snapshot.c752 ecma_compiled_code_t *bytecode_data_p; in jerry_generate_snapshot_with_args() local
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c2693 ecma_compiled_code_t **bytecode_data_p) /**< [out] JS bytecode */ in parser_parse_script()
/third_party/jerryscript/jerry-core/vm/
Dvm.c354 vm_run_eval (ecma_compiled_code_t *bytecode_data_p, /**< byte-code data */ in vm_run_eval()