Home
last modified time | relevance | path

Searched defs:addMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dconvertors-napi.cpp267 void Exports::addMethod(const char *module, const char *name, napi_type_t impl) in addMethod() function in Exports
/arkcompiler/jsvm/test/unittest/
Dtest_jsvm.cpp1252 JSVM_CallbackStruct* addMethod = new JSVM_CallbackStruct; in GenerateParentClass() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1314 JSHandle<JSTaggedValue> addMethod = JSObject::GetMethod(thread_, weakSet, addString); in HWTEST_F_L0() local