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:ConstCast
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
c_string.cpp
109
return ConvertToString(EcmaString::
ConstCast
(key.GetTaggedObject()));
in ConvertToString()
117
return ConvertToString(EcmaString::
ConstCast
(desc.GetTaggedObject()));
in ConvertToString()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
accessor_data.h
71
auto getFunc = InternalAccessor::
ConstCast
(this)->GetGetter();
in CallInternalGet()
79
auto setFunc = InternalAccessor::
ConstCast
(this)->GetSetter();
in CallInternalSet()
H
A
D
js_function.h
53
return Method::
ConstCast
(method.GetTaggedObject())->IsCallNapi();
in IsCallNapi()
59
return Method::
ConstCast
(method.GetTaggedObject())->GetFunctionKind();
in GetFunctionKind()
592
return Method::
ConstCast
(method.GetTaggedObject())->GetFunctionKind();
in GetFunctionKind()
H
A
D
ecma_macros.h
610
static inline const CAST_TYPE *
ConstCast
(const TaggedObject *object) \
631
static const inline CAST_TYPE *
ConstCast
(const TaggedObject *object) \
648
static const inline CAST_TYPE *
ConstCast
(const TaggedObject *object) \
H
A
D
ecma_context.h
127
static EcmaContext *
ConstCast
(const EcmaContext *context)
in ConstCast()
function in panda::ecmascript::EcmaContext
H
A
D
ecma_vm.h
201
static EcmaVM *
ConstCast
(const EcmaVM *vm)
in ConstCast()
function in panda::ecmascript::EcmaVM
H
A
D
dump.cpp
1626
os << " - Getter: " << InternalAccessor::
ConstCast
(this)->GetGetter() << "\n";
in Dump()
1627
os << " - Setter: " << InternalAccessor::
ConstCast
(this)->GetSetter() << "\n";
in Dump()
5344
vec.emplace_back(CString("getter"), JSTaggedValue(InternalAccessor::
ConstCast
(this)->GetGetter()));
in DumpForSnapshot()
5345
vec.emplace_back(CString("setter"), JSTaggedValue(InternalAccessor::
ConstCast
(this)->GetSetter()));
in DumpForSnapshot()
H
A
D
js_object.cpp
68
value = JSFunctionBase::
ConstCast
(obj)->GetMethod();
in GetCallTarget()
70
value = JSProxy::
ConstCast
(obj)->GetMethod();
in GetCallTarget()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
jsnapi_second_tests.cpp
926
bool res = EcmaVM::
ConstCast
(vm_)->GetJSThread()->GetCurrentEcmaContext()->ExecutePromisePendingJob();
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_ark_tools.cpp
932
std::string name = Method::
ConstCast
(funcObj->GetMethod().GetTaggedObject())->ParseFunctionName();
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
jsnapi_expo.cpp
3487
FunctionCallScope callScope(EcmaVM::
ConstCast
(vm));
in Call()
3528
FunctionCallScope callScope(EcmaVM::
ConstCast
(vm));
in CallForNapi()
3588
FunctionCallScope callScope(EcmaVM::
ConstCast
(vm));
in Constructor()
3622
FunctionCallScope callScope(EcmaVM::
ConstCast
(vm));
in ConstructorOptimize()
5417
EcmaVM::
ConstCast
(vm)->GetJSThread()->GetCurrentEcmaContext()->ExecutePromisePendingJob();
in ExecutePendingJob()
Completed in 41 milliseconds