Home
last modified time | relevance | path

Searched refs:parentPrototype (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1114 JSHandle<JSTaggedValue> parentPrototype; local
1119 parentPrototype =
1124 parentPrototype = JSHandle<JSTaggedValue>(thread, JSTaggedValue::Null());
1130 parentPrototype = JSTaggedValue::GetProperty(thread, parent,
1133 if (!parentPrototype->IsECMAObject() && !parentPrototype->IsNull()) {
1141 clsPrototype->GetClass()->SetPrototype(thread, parentPrototype);
2270 JSHandle<JSTaggedValue> parentPrototype = env->GetObjectFunctionPrototype();
2272 clsPrototype->GetClass()->SetPrototype(thread, parentPrototype);
2281 JSHandle<JSHClass>(thread, parentPrototype
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.cpp428 JSHandle<JSTaggedValue> parentPrototype(thread, phcPrototype); in ReBuildFunctionInheritanceRelationship()
429 ASSERT(parentPrototype->IsECMAObject()); in ReBuildFunctionInheritanceRelationship()
431 JSHandle<JSHClass>(thread, parentPrototype->GetTaggedObject()->GetClass())); in ReBuildFunctionInheritanceRelationship()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3454 auto parentPrototype = parent->GetFunctionPrototype(vm); in NewSendableClassFunction() local
3455 prototypeHClass->SetPrototype(thread, JSNApiHelper::ToJSHandle(parentPrototype)); in NewSendableClassFunction()

Completed in 20 milliseconds