Home | History | Annotate | Download | only in xfa

Lines Matching refs:runtime

35     CJS_V8* runtime,
40 CXFA_Node* pDataNode = ToNode(runtime->ToXFAObject(params[0]));
51 return CJS_Return(runtime->NewNull());
52 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate()));
55 CJS_Return CJX_Form::remerge(CJS_V8* runtime,
65 CJS_V8* runtime,
77 CJS_V8* runtime,
89 if (!pNotify || runtime->ToInt32(params[0]) != 0)
99 CJS_V8* runtime,
111 CJS_V8* runtime,
118 return CJS_Return(runtime->NewBoolean(false));
122 return CJS_Return(runtime->NewBoolean(iRet != XFA_EVENTERROR_Error));