Home
last modified time | relevance | path

Searched refs:GeneratorPrototypeThrow (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_generator.h35 static JSTaggedValue GeneratorPrototypeThrow(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_generator.cpp77 JSTaggedValue BuiltinsGenerator::GeneratorPrototypeThrow(EcmaRuntimeCallInfo *argv) in GeneratorPrototypeThrow() function in panda::ecmascript::builtins::BuiltinsGenerator
H A Dbuiltins.cpp3103 SetFunction(env, generatorPrototype, "throw", GeneratorObject::GeneratorPrototypeThrow, FunctionLength::ONE); in InitializeGenerator()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp617 reinterpret_cast<uintptr_t>(GeneratorObject::GeneratorPrototypeThrow),

Completed in 13 milliseconds