Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:target_obj_p
(Results
1 - 3
of
3
) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/
H
A
D
ecma-proxy-object.c
312
ecma_object_t *
target_obj_p
= ecma_get_object_from_value (target);
in ecma_proxy_object_get_prototype_of()
local
317
return ecma_builtin_object_object_get_prototype_of (
target_obj_p
);
in ecma_proxy_object_get_prototype_of()
342
ecma_value_t extensible_target = ecma_builtin_object_object_is_extensible (
target_obj_p
);
in ecma_proxy_object_get_prototype_of()
359
ecma_value_t target_proto = ecma_builtin_object_object_get_prototype_of (
target_obj_p
);
in ecma_proxy_object_get_prototype_of()
419
ecma_object_t *
target_obj_p
= ecma_get_object_from_value (target);
in ecma_proxy_object_set_prototype_of()
local
424
if (ECMA_OBJECT_IS_PROXY (
target_obj_p
))
in ecma_proxy_object_set_prototype_of()
426
return ecma_proxy_object_set_prototype_of (
target_obj_p
, proto);
in ecma_proxy_object_set_prototype_of()
429
return ecma_op_ordinary_object_set_prototype_of (
target_obj_p
, proto);
in ecma_proxy_object_set_prototype_of()
451
ecma_value_t extensible_target = ecma_builtin_object_object_is_extensible (
target_obj_p
);
in ecma_proxy_object_set_prototype_of()
466
ecma_value_t target_proto = ecma_builtin_object_object_get_prototype_of (
target_obj_p
);
in ecma_proxy_object_set_prototype_of()
520
ecma_object_t *
target_obj_p
= ecma_get_object_from_value (target);
ecma_proxy_object_is_extensible()
local
604
ecma_object_t *
target_obj_p
= ecma_get_object_from_value (target);
ecma_proxy_object_prevent_extensions()
local
692
ecma_object_t *
target_obj_p
= ecma_get_object_from_value (target);
ecma_proxy_object_get_own_property_descriptor()
local
869
ecma_object_t *
target_obj_p
= ecma_get_object_from_value (target);
ecma_proxy_object_define_own_property()
local
1015
ecma_object_t *
target_obj_p
= ecma_get_object_from_value (target);
ecma_proxy_object_has()
local
1119
ecma_object_t *
target_obj_p
= ecma_get_object_from_value (target);
ecma_proxy_object_get()
local
1224
ecma_object_t *
target_obj_p
= ecma_get_object_from_value (target);
ecma_proxy_object_set()
local
1334
ecma_object_t *
target_obj_p
= ecma_get_object_from_value (target);
ecma_proxy_object_delete_property()
local
1563
ecma_object_t *
target_obj_p
= ecma_get_object_from_value (target);
ecma_proxy_object_own_property_keys()
local
1722
ecma_object_t *
target_obj_p
= ecma_get_object_from_value (target);
ecma_proxy_object_call()
local
1772
ecma_object_t *
target_obj_p
= ecma_get_object_from_value (target);
ecma_proxy_object_construct()
local
[all...]
H
A
D
ecma-function-object.c
1029
ecma_object_t *
target_obj_p
= ecma_op_bound_function_get_argument_list (func_obj_p, bound_arg_list_p);
in ecma_op_function_call_bound()
local
1035
ecma_value_t ret_value = ecma_op_function_call (
target_obj_p
,
in ecma_op_function_call_bound()
1123
ecma_object_t *
target_obj_p
= ecma_op_bound_function_get_argument_list (func_obj_p, bound_arg_list_p);
in ecma_op_function_construct_bound()
local
1129
new_target_p =
target_obj_p
;
in ecma_op_function_construct_bound()
1132
ecma_value_t ret_value = ecma_op_function_construct (
target_obj_p
,
in ecma_op_function_construct_bound()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H
A
D
ecma-builtin-typedarray-prototype.c
463
ecma_object_t *
target_obj_p
= ecma_get_object_from_value (new_typedarray);
in ecma_builtin_typedarray_prototype_map()
local
464
ecma_typedarray_info_t target_info = ecma_typedarray_get_info (
target_obj_p
);
in ecma_builtin_typedarray_prototype_map()
Completed in 7 milliseconds