Home
last modified time | relevance | path

Searched refs:ConstCast (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dc_string.cpp109 return ConvertToString(EcmaString::ConstCast(key.GetTaggedObject())); in ConvertToString()
117 return ConvertToString(EcmaString::ConstCast(desc.GetTaggedObject())); in ConvertToString()
/arkcompiler/ets_runtime/ecmascript/
H A Daccessor_data.h71 auto getFunc = InternalAccessor::ConstCast(this)->GetGetter(); in CallInternalGet()
79 auto setFunc = InternalAccessor::ConstCast(this)->GetSetter(); in CallInternalSet()
H A Djs_function.h53 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 Decma_macros.h610 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 Decma_context.h127 static EcmaContext *ConstCast(const EcmaContext *context) in ConstCast() function in panda::ecmascript::EcmaContext
H A Decma_vm.h201 static EcmaVM *ConstCast(const EcmaVM *vm) in ConstCast() function in panda::ecmascript::EcmaVM
H A Ddump.cpp1626 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 Djs_object.cpp68 value = JSFunctionBase::ConstCast(obj)->GetMethod(); in GetCallTarget()
70 value = JSProxy::ConstCast(obj)->GetMethod(); in GetCallTarget()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp926 bool res = EcmaVM::ConstCast(vm_)->GetJSThread()->GetCurrentEcmaContext()->ExecutePromisePendingJob(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp932 std::string name = Method::ConstCast(funcObj->GetMethod().GetTaggedObject())->ParseFunctionName();
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3487 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 42 milliseconds