Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/statement/
DforOfStatement.ts33 private nextMethod: VReg; property in IteratorRecord
/arkcompiler/ets_runtime/ecmascript/
Djs_async_from_sync_iterator.cpp47 …JSHandle<JSTaggedValue> nextMethod = JSTaggedValue::GetProperty(thread, tmpAsyncIterator, nextStr)… in CreateAsyncFromSyncIterator() local
Djs_iterator.cpp91 …JSHandle<JSTaggedValue> nextMethod = JSTaggedValue::GetProperty(thread, syncIterator, nextStr).Get… in GetAsyncIterator() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp223 auto nextMethod = it.CheckAndGetMethod(); in GetNativeMethodCallPos() local
291 auto nextMethod = itNext.CheckAndGetMethod(); in GetCallLineNumber() local
/arkcompiler/ets_frontend/ets2panda/compiler/function/
DfunctionBuilder.cpp161 VReg nextMethod = pg_->AllocReg(); in YieldStar() local
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp194 VReg nextMethod = pg_->AllocReg(); in YieldStar() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument