Home
last modified time | relevance | path

Searched defs:wclass (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp542 auto hasSquashedProtoOhosImpl = [](EtsClassWrapper *wclass) { in UpdatePropsWithBaseClasses()
547 auto hasSquashedProtoOtherImpl = [](EtsClassWrapper *wclass) { in UpdatePropsWithBaseClasses()
564 …for (auto wclass = baseWrapper_; wclass != nullptr && (wclass->etsClass_ != PlatformTypes()->coreO… in UpdatePropsWithBaseClasses() local
694 for (auto wclass = this; wclass != nullptr; wclass = wclass->baseWrapper_) { in LookupBaseWrapper() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_builtin.cpp174 …ets_proxy::EtsClassWrapper *wclass = RegisterEtsProxyForStdClass(ctx_, descriptor, jsBuiltinName, … in RegisterClass() local
189 ets_proxy::EtsClassWrapper *wclass = RegisterClass(descriptor, jsBuiltinName, overloads); in RegisterClassWithLeafMatcher() local