Home
last modified time | relevance | path

Searched defs:fun (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js30 var fun = function(parameter) { function
124 var fun = function *() { generator
/arkcompiler/ets_runtime/test/moduletest/moduleImportJson/
DcjsImportJson.js24 module.exports.fun = function foo1 () { function
/arkcompiler/ets_runtime/test/moduletest/moduleUseCjs/
DsomeArgsCjs.js24 module.exports.fun = function foo1 () { function
/arkcompiler/ets_runtime/test/aottest/duplicatefunctions/
Dduplicatefunctions.ts27 fun(a:number, b:number):number { method in Obj1
/arkcompiler/ets_runtime/test/aottest/defineclasswithbuffer/
Ddefineclasswithbuffer.ts28 fun():void { method in Obj2
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp94 JSHClass *JSFunction::GetOrCreateInitialJSHClass(JSThread *thread, const JSHandle<JSFunction> &fun) in GetOrCreateInitialJSHClass()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp609 JSHandle<JSFunction> fun = JSHandle<JSFunction>::Cast(JSNApiHelper::ToJSHandle(cb)); in SetHostEnqueueJob() local