Lines Matching refs:runtimeInfo
75 Local<JSValueRef> AssertEqual(JsiRuntimeCallInfo *runtimeInfo)
77 EcmaVM *vm = runtimeInfo->GetVM();
79 uint32_t argsCount = runtimeInfo->GetArgsNumber();
87 Local<JSValueRef> jsArg0 = runtimeInfo->GetCallArgRef(0);
88 Local<JSValueRef> jsArg1 = runtimeInfo->GetCallArgRef(1);
100 Local<JSValueRef> AssertTrue(JsiRuntimeCallInfo *runtimeInfo)
102 EcmaVM *vm = runtimeInfo->GetVM();
104 uint32_t argsCount = runtimeInfo->GetArgsNumber();
112 Local<JSValueRef> jsArg0 = runtimeInfo->GetCallArgRef(0);
124 Local<JSValueRef> AssertUnreachable(JsiRuntimeCallInfo *runtimeInfo)
126 EcmaVM *vm = runtimeInfo->GetVM();