Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1264 JSHandle<JSFunction> noProtoFunc = factory->NewJSFunctionByHClass(invokeSelf, noProtoClass); in HWTEST_F_L0() local
1265 Local<FunctionRef> noProtoLocal = JSNApiHelper::ToLocal<FunctionRef>(JSHandle<JSTaggedValue>(noProtoFunc)); in HWTEST_F_L0()
1334 JSHandle<JSFunction> noProtoFunc = factory->NewJSFunctionByHClass(ctor, funcFuncNoProtoProtoIntanceClass); in HWTEST_F_L0() local
1335 EXPECT_TRUE(*noProtoFunc != nullptr); in HWTEST_F_L0()
1338 JSObject::DefineOwnProperty(thread_, JSHandle<JSObject>::Cast(noProtoFunc), addString, desc2); in HWTEST_F_L0()
1340 Local<FunctionRef> noProtoLocal = JSNApiHelper::ToLocal<FunctionRef>(JSHandle<JSTaggedValue>(noProtoFunc)); in HWTEST_F_L0()

Completed in 5 milliseconds