Searched refs:GetVM (Results 1 – 11 of 11) sorted by relevance
26 EscapeLocalScope scope(info->GetVM()); in FuncRefNewCFCallbackForTest()27 return scope.Escape(ArrayRef::New(info->GetVM(), info->GetArgsNumber())); in FuncRefNewCFCallbackForTest()
26 EscapeLocalScope scope(info->GetVM()); in FuncRefNewCallbackForTest()27 return scope.Escape(ArrayRef::New(info->GetVM(), info->GetArgsNumber())); in FuncRefNewCallbackForTest()
27 EscapeLocalScope scope(info->GetVM()); in FuncRefConCallbackForTest()28 return scope.Escape(ArrayRef::New(info->GetVM(), info->GetArgsNumber())); in FuncRefConCallbackForTest()
26 EscapeLocalScope scope(info->GetVM()); in FuncRefCallCallbackForTest()27 return scope.Escape(ArrayRef::New(info->GetVM(), info->GetArgsNumber())); in FuncRefCallCallbackForTest()
34 EcmaVM *vm = runtimeCallInfo->GetVM(); in DebuggerGetValue()65 EcmaVM *vm = runtimeCallInfo->GetVM(); in DebuggerSetValue()
36 : vm_(collector->GetVM()), in PassContext()
33 : vm_(collector->GetVM()), in CompilationDriver()
740 EcmaVM *GetVM() const in GetVM() function
73 EscapeLocalScope scope(info->GetVM()); in FunctionCallback()74 return scope.Escape(ArrayRef::New(info->GetVM(), info->GetArgsNumber())); in FunctionCallback()413 LocalScope scope(info->GetVM()); in RejectCallback()415 return JSValueRef::Undefined(info->GetVM()); in RejectCallback()445 LocalScope scope(info->GetVM()); in ResolvedCallback()447 return JSValueRef::Undefined(info->GetVM()); in ResolvedCallback()
1444 EcmaVM *GetVM() const;
3487 EcmaVM *JsiRuntimeCallInfo::GetVM() const in GetVM() function in panda::JsiRuntimeCallInfo