Lines Matching defs:funcRef
1088 auto funcRef = DebuggerApi::GenerateFuncFromBuffer(vm_, dest.data(), dest.size(),
1090 auto res = DebuggerApi::EvaluateViaFuncCall(const_cast<EcmaVM *>(vm_), funcRef,
1355 Local<FunctionRef> funcRef = FunctionRef::Undefined(vm_);
1357 funcRef = CheckAndGenerateCondFunc(condition);
1358 if (funcRef->IsUndefined()) {
1363 auto matchLocationCbFunc = [this, &funcRef](const JSPtLocation &location) -> bool {
1364 return DebuggerApi::SetBreakpoint(jsDebugger_, location, funcRef);
1554 auto funcRef = DebuggerApi::GenerateFuncFromBuffer(vm_, dest.data(), dest.size(),
1557 auto res = DebuggerApi::CallFunctionOnCall(const_cast<EcmaVM *>(vm_), funcRef,
2112 Local<FunctionRef> funcRef =
2114 if (!funcRef->IsUndefined()) {
2115 return funcRef;