Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_bindings.inl203 auto prototype = Local<ObjectRef>(classFunction_->GetFunctionPrototype(vm)); local
239 auto prototype = panda::Local<panda::ObjectRef>(classFunction_->GetFunctionPrototype(vm)); local
274 auto prototype = panda::Local<panda::ObjectRef>(classFunction_->GetFunctionPrototype(vm)); local
346 auto prototype = panda::Local<panda::ObjectRef>(classFunction_->GetFunctionPrototype(vm)); local
/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_sendable_napi.cpp306 napi_value prototype = nullptr; variable