Searched refs:JSNapiSendable (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | jsnapi_sendable.cpp | 23 JSNapiSendable::JSNapiSendable(JSThread *thread, FunctionRef::SendablePropertiesInfos &infos, Local<StringRef> &name) in JSNapiSendable() function in panda::ecmascript::JSNapiSendable 33 void JSNapiSendable::SetSConstructor(JSHandle<JSFunction> constructor) in SetSConstructor() 38 void JSNapiSendable::InitStaticDescription(JSThread *thread, in InitStaticDescription() 59 void JSNapiSendable::InitNonStaticDescription(JSThread *thread, std::vector<PropertyDescriptor> &descs) in InitNonStaticDescription() 71 void JSNapiSendable::InitInstanceDescription(JSThread *thread, std::vector<PropertyDescriptor> &descs) in InitInstanceDescription() 83 void JSNapiSendable::InitWithPropertiesInfo(JSThread *thread, in InitWithPropertiesInfo() 104 SharedFieldType JSNapiSendable::GetSharedFieldType(JSThread *thread, in GetSharedFieldType()
|
H A D | jsnapi_sendable.h | 24 class JSNapiSendable { class 26 JSNapiSendable(JSThread *thread, FunctionRef::SendablePropertiesInfos &infos, Local<StringRef> &name);
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 78 using ecmascript::JSNapiSendable; 2514 JSNapiSendable::InitWithPropertiesInfo(thread, info, descs); in NewSWithProperties() 3442 JSNapiSendable sendable(thread, infos, name); in NewSendableClassFunction()
|
Completed in 13 milliseconds