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:JSRealm
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_realm.h
22
class
JSRealm
: public JSObject {
class
24
static
JSRealm
*Cast(TaggedObject *object)
in Cast()
26
return static_cast<
JSRealm
*>(object);
in Cast()
H
A
D
global_env_constants.cpp
317
factory->NewEcmaHClass(hClass,
JSRealm
::SIZE, JSType::JS_REALM));
in InitRootsClassesPartTwo()
H
A
D
object_factory.h
58
class
JSRealm
;
344
JSHandle<
JSRealm
> NewJSRealm();
H
A
D
dump.cpp
1012
JSRealm
::Cast(obj)->Dump(os);
in DumpObject()
3243
void
JSRealm
::Dump(std::ostream &os) const
in Dump()
4221
JSRealm
::Cast(obj)->DumpForSnapshot(vec);
in DumpObject()
5635
void
JSRealm
::DumpForSnapshot(std::vector<Reference> &vec) const
in DumpForSnapshot()
H
A
D
object_factory.cpp
2544
JSHandle<
JSRealm
> ObjectFactory::NewJSRealm()
in NewJSRealm()
2558
JSHandle<JSHClass> hclassHandle = NewEcmaHClass(
JSRealm
::SIZE, JSType::JS_REALM, protoValue);
in NewJSRealm()
2559
JSHandle<
JSRealm
> realm(NewJSObject(hclassHandle));
in NewJSRealm()
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
object_xray.h
576
JSRealm
::Cast(object)->VisitRangeSlot<visitType>(visitor);
in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
H
A
D
dump_test.cpp
519
CHECK_DUMP_FIELDS(JSObject::SIZE,
JSRealm
::SIZE, 2U);
in HWTEST_F_L0()
520
JSHandle<
JSRealm
> jsRealm = factory->NewJSRealm();
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_object.cpp
1067
JSHandle<
JSRealm
> realm = factory->NewJSRealm();
in CreateRealm()
Completed in 37 milliseconds