Searched refs:protoFunc (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/merge_abc/src/ |
H A D | assemblyProgramProto.cpp | 33 auto *protoFunc = functionMap->mutable_value(); in Serialize() local 34 Function::Serialize(func, *protoFunc); in Serialize()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_first_tests.cpp | 1260 JSHandle<JSFunction> protoFunc = factory->NewJSFunctionByHClass(invokeSelf, protoClass); in HWTEST_F_L0() local 1261 Local<FunctionRef> protoLocal = JSNApiHelper::ToLocal<FunctionRef>(JSHandle<JSTaggedValue>(protoFunc)); in HWTEST_F_L0() 1272 JSObject::DefineOwnProperty(thread_, JSHandle<JSObject>::Cast(protoFunc), defaultString, desc); in HWTEST_F_L0() 1284 JSObject::DefineOwnProperty(thread_, JSHandle<JSObject>::Cast(protoFunc), propertyString, desc1); in HWTEST_F_L0() 1318 JSHandle<JSFunction> protoFunc = factory->NewJSFunctionByHClass(ctor, funcFuncProtoIntanceClass); in HWTEST_F_L0() local 1319 EXPECT_TRUE(*protoFunc != nullptr); in HWTEST_F_L0() 1322 JSObject::DefineOwnProperty(thread_, JSHandle<JSObject>::Cast(protoFunc), addString, desc1); in HWTEST_F_L0() 1323 JSObject::DefineOwnProperty(thread_, JSHandle<JSObject>::Cast(protoFunc), deleteString, desc); in HWTEST_F_L0() 1325 Local<FunctionRef> protoLocal = JSNApiHelper::ToLocal<FunctionRef>(JSHandle<JSTaggedValue>(protoFunc)); in HWTEST_F_L0()
|
Completed in 8 milliseconds