Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp552 Local<GeneratorFunctionRef> genFuncRef = value->ToObject(vm_); in GetGeneratorFunctionValue() local
553 if (!genFuncRef.IsEmpty()) { in GetGeneratorFunctionValue()
554 jsValueRef = BooleanRef::New(vm_, genFuncRef->IsGenerator()); in GetGeneratorFunctionValue()