Home
last modified time | relevance | path

Searched refs:addString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp927 JSHandle<JSTaggedValue> addString(factory->NewFromASCII("add")); in HWTEST_F_L0() local
930 JSHandle<JSTaggedValue> addMethod = JSObject::GetMethod(thread_, weakSet, addString); in HWTEST_F_L0()
952 JSObject::DefineOwnProperty(thread_, JSHandle<JSObject>::Cast(protoFunc), addString, desc1); in HWTEST_F_L0()
969 JSObject::DefineOwnProperty(thread_, JSHandle<JSObject>::Cast(noProtoFunc), addString, desc2); in HWTEST_F_L0()
979 …rationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), addString); in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js64234 e.prototype.addString = function(t) { method in e
71363 d.addString(f);