Home
last modified time | relevance | path

Searched defs:generator (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DSourceMapUtil.spec.ts23 const generator = getSourceMapGenerator(filePath); constant
29 const generator = getSourceMapGenerator(filePath); constant
/arkcompiler/ets_runtime/ecmascript/
Djs_generator_object.cpp36 JSHandle<JSGeneratorObject> generator(thread, JSGeneratorObject::Cast(*(toObj))); in GeneratorValidate() local
46 … JSGeneratorObject::GeneratorResume(JSThread *thread, const JSHandle<JSGeneratorObject> &generator, in GeneratorResume()
85const JSHandle<JSGeneratorObject> &generator, in GeneratorResumeAbrupt()
Djs_async_generator_object.cpp49 JSHandle<JSAsyncGeneratorObject> generator = JSHandle<JSAsyncGeneratorObject>::Cast(obj); in AsyncGeneratorValidate() local
56const JSHandle<JSAsyncGeneratorObject> &generator, in AsyncGeneratorResolve()
91const JSHandle<JSAsyncGeneratorObject> &generator, in AsyncGeneratorReject()
125const JSHandle<JSAsyncGeneratorObject> &generator) in AsyncGeneratorResumeNext()
284 JSHandle<JSAsyncGeneratorObject> generator = JSHandle<JSAsyncGeneratorObject>::Cast(obj); in AsyncGeneratorEnqueue() local
Djs_date_time_format.cpp325 std::unique_ptr<icu::DateTimePatternGenerator> generator( in InitializeDateTimeFormat() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_generator.cpp42 …JSHandle<JSGeneratorObject> generator(thread, JSGeneratorObject::Cast(*JSTaggedValue::ToObject(thr… in GeneratorPrototypeNext() local
63 …JSHandle<JSGeneratorObject> generator(thread, JSGeneratorObject::Cast(*JSTaggedValue::ToObject(thr… in GeneratorPrototypeReturn() local
88 …JSHandle<JSGeneratorObject> generator(thread, JSGeneratorObject::Cast(*JSTaggedValue::ToObject(thr… in GeneratorPrototypeThrow() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp32 SamplingProcessor::SamplingProcessor(int32_t id, SamplesRecord *generator, int interval) : Task(id) in SamplingProcessor()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_recorder.cpp33 TSHClassGenerator generator(tsManager); in TypeRecorder() local
279 TSHClassGenerator generator(tsManager); in GetOrUpdatePGOType() local
Daot_compiler.cpp179 AOTFileGenerator generator(&log, &logList, vm, triple); in Main() local
Dstub_compiler.cpp138 StubFileGenerator generator(log, logList, triple_); in BuildStubModuleAndSave() local
Dgraph_linearizer.cpp797 ImmediateDominatorsGenerator generator(this, chunk_, regionList_.size()); in LinearizeGraph() local
/arkcompiler/runtime_core/libpandabase/tests/
Dmem_range_test.cpp33 std::default_random_engine generator; variable
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h314 JSHandle<JSAsyncGeneratorObject> generator = JSHandle<JSAsyncGeneratorObject>::Cast(obj); in RuntimeAsyncFunctionAwaitUncaught() local