Lines Matching refs:runtime
34 CJS_V8* runtime,
39 execSingleEventByName(runtime->ToWideString(params[0]).AsStringView(),
45 CJS_V8* runtime,
57 CJS_V8* runtime,
69 CJS_V8* runtime,
76 return CJS_Return(runtime->NewBoolean(false));
79 return CJS_Return(runtime->NewBoolean(iRet != XFA_EVENTERROR_Error));
83 CJS_V8* runtime,
90 return CJS_Return(runtime->NewNull());
97 runtime->ToWideString(params[0]).AsStringView(), true);
100 return CJS_Return(runtime->NewNull());
105 return CJS_Return(runtime->NewNull());
107 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate()));