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
defs:proto_cp
(Results
1 - 8
of
8
) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/
H
A
D
ecma-reference.c
109
jmem_cpointer_t
proto_cp
= ecma_op_ordinary_object_get_prototype_of (home_p);
in ecma_op_resolve_super_base()
local
H
A
D
ecma-proxy-object.c
253
jmem_cpointer_t
proto_cp
;
in ecma_proxy_object_prototype_to_cp()
local
H
A
D
ecma-function-object.c
703
jmem_cpointer_t
proto_cp
= ecma_op_ordinary_object_get_prototype_of (func_obj_p);
in ecma_op_function_get_super_constructor()
local
H
A
D
ecma-objects.c
423
jmem_cpointer_t
proto_cp
= ecma_op_ordinary_object_get_prototype_of (object_p);
in ecma_op_object_has_property()
local
851
jmem_cpointer_t
proto_cp
= ecma_op_ordinary_object_get_prototype_of (object_p);
in ecma_op_object_get_with_receiver()
local
1514
jmem_cpointer_t
proto_cp
= ecma_op_ordinary_object_get_prototype_of (object_p);
in ecma_op_object_put_with_receiver()
local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H
A
D
ecma-builtin-function-prototype.c
231
jmem_cpointer_t
proto_cp
= ecma_op_ordinary_object_get_prototype_of (this_arg_obj_p);
in ecma_builtin_function_prototype_object_bind()
local
H
A
D
ecma-builtin-object.c
147
jmem_cpointer_t
proto_cp
= ecma_op_ordinary_object_get_prototype_of (obj_p);
in ecma_builtin_object_object_get_prototype_of()
local
/third_party/jerryscript/jerry-core/ext/
H
A
D
heapdump.c
270
jmem_cpointer_t
proto_cp
= object->u2.prototype_cp;
in DumpInfoObject()
local
/third_party/jerryscript/jerry-core/ecma/base/
H
A
D
ecma-gc.c
551
jmem_cpointer_t
proto_cp
= object_p->u2.prototype_cp;
in ecma_gc_mark()
local
Completed in 12 milliseconds