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:super_ctor_p
(Results
1 - 2
of
2
) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/
H
A
D
ecma-function-object.c
686
ecma_object_t *
super_ctor_p
;
in ecma_op_function_get_super_constructor()
local
698
super_ctor_p
= ecma_is_value_null (super_ctor) ? NULL : ecma_get_object_from_value (super_ctor);
in ecma_op_function_get_super_constructor()
706
super_ctor_p
= NULL;
in ecma_op_function_get_super_constructor()
710
super_ctor_p
= ECMA_GET_NON_NULL_POINTER (ecma_object_t, proto_cp);
in ecma_op_function_get_super_constructor()
711
ecma_ref_object (
super_ctor_p
);
in ecma_op_function_get_super_constructor()
717
if (
super_ctor_p
== NULL || !ecma_object_is_constructor (
super_ctor_p
))
in ecma_op_function_get_super_constructor()
719
if (
super_ctor_p
!= NULL)
in ecma_op_function_get_super_constructor()
721
ecma_deref_object (
super_ctor_p
);
in ecma_op_function_get_super_constructor()
726
return ecma_make_object_value (
super_ctor_p
);
in ecma_op_function_get_super_constructor()
[all...]
/third_party/jerryscript/jerry-core/vm/
H
A
D
opcodes.c
813
ecma_object_t *
super_ctor_p
= ecma_get_object_from_value (super_ctor);
in ecma_op_implicit_constructor_handler_heritage_cb()
local
815
ecma_value_t result = ecma_op_function_construct (
super_ctor_p
,
in ecma_op_implicit_constructor_handler_heritage_cb()
837
ecma_deref_object (
super_ctor_p
);
in ecma_op_implicit_constructor_handler_heritage_cb()
Completed in 4 milliseconds