Home
last modified time | relevance | path

Searched refs:ASYNC_GENERATOR_FUNCTION (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_function_kind.h51 ASYNC_GENERATOR_FUNCTION, member in panda::ecmascript::FunctionKind
H A Djs_function.h279 return (kind >= FunctionKind::BASE_CONSTRUCTOR) && (kind <= FunctionKind::ASYNC_GENERATOR_FUNCTION) && in HasPrototype()
H A Djs_function.cpp36 kind == FunctionKind::ASYNC_GENERATOR_FUNCTION || kind == FunctionKind::NONE_FUNCTION) { in InitializeJSFunction()
42 if (kind == FunctionKind::ASYNC_GENERATOR_FUNCTION) { in InitializeJSFunction()
H A Dobject_factory.cpp4862 JSFunction::InitializeJSFunction(thread_, asyncGeneratorFunc, FunctionKind::ASYNC_GENERATOR_FUNCTION); in NewJSAsyncGeneratorFunction()
4993 case FunctionKind::ASYNC_GENERATOR_FUNCTION: { in NewJSFunction()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dconstpool_value.h33 ASYNC_GENERATOR_FUNCTION, member in panda::ecmascript::ConstPoolType
H A Djs_pandafile.cpp321 case panda_file::FunctionKind::ASYNC_GENERATOR_FUNCTION: in GetFunctionKind()
322 kind = FunctionKind::ASYNC_GENERATOR_FUNCTION; in GetFunctionKind()
359 case ConstPoolType::ASYNC_GENERATOR_FUNCTION: in GetFunctionKind()
360 kind = FunctionKind::ASYNC_GENERATOR_FUNCTION; in GetFunctionKind()
H A Dliteral_data_extractor.cpp95 kind = FunctionKind::ASYNC_GENERATOR_FUNCTION; in ExtractObjectDatas()
205 kind = FunctionKind::ASYNC_GENERATOR_FUNCTION; in EnumerateLiteralVals()
470 kind = FunctionKind::ASYNC_GENERATOR_FUNCTION; in ExtractObjectDatas()
604 kind = FunctionKind::ASYNC_GENERATOR_FUNCTION; in GetDatasIgnoreType()
H A Dpanda_file_translator.cpp264 type == ConstPoolType::ASYNC_GENERATOR_FUNCTION); in ParseConstPool()
335 type == ConstPoolType::ASYNC_GENERATOR_FUNCTION); in ParseFuncAndLiteralConstPool()
1607 index = jsPandaFile->GetOrInsertConstantPool(ConstPoolType::ASYNC_GENERATOR_FUNCTION, methodId, in TranslateBytecode()
/arkcompiler/runtime_core/abc2program/
H A Ddump_utils.cpp58 {panda_file::FunctionKind::ASYNC_GENERATOR_FUNCTION, "FunctionKind::ASYNC_GENERATOR_FUNCTION"},
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dhello_world_test.cpp388 panda::panda_file::FunctionKind::ASYNC_GENERATOR_FUNCTION); in HWTEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp587 getKind == FunctionKind::ASYNC_GENERATOR_FUNCTION) { in InitializeJSFunction()
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h80 ASYNC_GENERATOR_FUNCTION = 0x5, member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h3404 .And(Int32LessThanOrEqual(kind, Int32(static_cast<int32_t>(FunctionKind::ASYNC_GENERATOR_FUNCTION)))) in HasPrototype()
3426 GateRef left = Int32Equal(kind, Int32(static_cast<int32_t>(FunctionKind::ASYNC_GENERATOR_FUNCTION))); in IsGeneratorKind()
H A Dnew_object_stub_builder.cpp925 static_cast<int64_t>(FunctionKind::ASYNC_GENERATOR_FUNCTION) }; in LoadHClassFromMethod()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp76 funcKind_ = panda::panda_file::FunctionKind::ASYNC_GENERATOR_FUNCTION; in SetFunctionKind()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp100 if (kind == FunctionKind::ASYNC_GENERATOR_FUNCTION) { in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins.cpp387 factory_->CreateFunctionClass(FunctionKind::ASYNC_GENERATOR_FUNCTION, JSFunction::SIZE, in Initialize()

Completed in 65 milliseconds