Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp1225 JSHandle<JSTaggedValue> resolver = JSNApiHelper::ToJSHandle(handler); in Then() local
1227 arguments->MakeArgv(resolver.GetTaggedValue(), constants->GetUndefined()); in Then()
1241 JSHandle<JSTaggedValue> resolver = JSNApiHelper::ToJSHandle(onFulfilled); in Then() local
1244 arguments->MakeArgv(resolver, reject); in Then()
/ark/ts2abc/testTs/
Dtest-case.patch6680 +// These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have ext…
6769 +// These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have ext…
6857 +// These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have ext…
7868 +// These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have ext…
7958 +// These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have ext…
8046 +// These shouldn't work - dynamic `import()` always uses the esm resolver, which does not have ext…