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:ctor_p
(Results
1 - 1
of
1
) sorted by relevance
/third_party/jerryscript/jerry-core/vm/
H
A
D
opcodes.c
942
ecma_object_t *
ctor_p
= ecma_get_object_from_value (stack_top_p[-1]);
in opfunc_init_class()
local
996
ECMA_SET_POINTER (
ctor_p
->u2.prototype_cp, ctor_parent_p);
in opfunc_init_class()
1006
property_value_p = ecma_create_named_data_property (
ctor_p
,
in opfunc_init_class()
1017
property_value_p->value = ecma_make_object_value (
ctor_p
);
in opfunc_init_class()
1019
if (ecma_get_object_type (
ctor_p
) == ECMA_OBJECT_TYPE_FUNCTION)
in opfunc_init_class()
1025
ECMA_SET_NON_NULL_POINTER_TAG (((ecma_extended_object_t *)
ctor_p
)->u.function.scope_cp, proto_env_p, 0);
in opfunc_init_class()
1030
ECMA_SET_THIRD_BIT_TO_POINTER_TAG (((ecma_extended_object_t *)
ctor_p
)->u.function.scope_cp);
in opfunc_init_class()
1135
ecma_object_t *
ctor_p
= ecma_get_object_from_value (stack_top_p[-2]);
in opfunc_finalize_class()
local
1147
ctor_p
,
in opfunc_finalize_class()
1153
opfunc_set_class_attributes (
ctor_p
, ctor_env_
in opfunc_finalize_class()
[all...]
Completed in 3 milliseconds