Home
last modified time | relevance | path

Searched refs:JSAsyncModuleFulfilledFunction (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h328 class JSAsyncModuleFulfilledFunction : public JSFunction {
330 CAST_CHECK(JSAsyncModuleFulfilledFunction, IsJSAsyncModuleFulfilledFunction);
Dobject_factory.h76 class JSAsyncModuleFulfilledFunction; variable
448 JSHandle<JSAsyncModuleFulfilledFunction> CreateJSAsyncModuleFulfilledFunction();
Ddump.cpp882 JSAsyncModuleFulfilledFunction::Cast(obj)->Dump(os); in DumpObject()
2814 void JSAsyncModuleFulfilledFunction::Dump(std::ostream &os) const in Dump()
4080 JSAsyncModuleFulfilledFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
5393 void JSAsyncModuleFulfilledFunction::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
Dobject_factory.cpp1344JSAsyncModuleFulfilledFunction::Cast(*obj)->SetModule(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
3286 JSHandle<JSAsyncModuleFulfilledFunction> ObjectFactory::CreateJSAsyncModuleFulfilledFunction() in CreateJSAsyncModuleFulfilledFunction()
3290 JSHandle<JSAsyncModuleFulfilledFunction> fulfilledFunction = in CreateJSAsyncModuleFulfilledFunction()
3291 JSHandle<JSAsyncModuleFulfilledFunction>::Cast(NewJSObject(hclass)); in CreateJSAsyncModuleFulfilledFunction()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h197 auto jsAsyncModuleFulfilledFunction = JSAsyncModuleFulfilledFunction::Cast(object); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp1845 JSHandle<JSAsyncModuleFulfilledFunction> onFulfilled = in ExecuteAsyncModule()
2050 JSHandle<JSAsyncModuleFulfilledFunction> fulfilledFunc = in AsyncModuleFulfilledFunc()
2051 JSHandle<JSAsyncModuleFulfilledFunction>::Cast(base::BuiltinsBase::GetConstructor(argv)); in AsyncModuleFulfilledFunc()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp493 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSAsyncModuleFulfilledFunction::SIZE, 1U); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2518JSAsyncModuleFulfilledFunction::SIZE, JSType::JS_ASYNC_MODULE_FULFILLED_FUNCTION, env->GetFunction… in InitializeForPromiseFuncClass()