Lines Matching refs:CJS_Runtime
61 return new CJS_Runtime(pFormFillEnv); in Create()
65 CJS_Runtime* CJS_Runtime::CurrentRuntimeFromIsolate(v8::Isolate* pIsolate) { in CurrentRuntimeFromIsolate()
66 return static_cast<CJS_Runtime*>( in CurrentRuntimeFromIsolate()
70 CJS_Runtime::CJS_Runtime(CPDFSDK_FormFillEnvironment* pFormFillEnv) in CJS_Runtime() function in CJS_Runtime
103 CJS_Runtime::~CJS_Runtime() { in ~CJS_Runtime()
112 void CJS_Runtime::DefineJSObjects() { in DefineJSObjects()
160 IJS_EventContext* CJS_Runtime::NewEventContext() { in NewEventContext()
165 void CJS_Runtime::ReleaseEventContext(IJS_EventContext* pContext) { in ReleaseEventContext()
173 CJS_EventContext* CJS_Runtime::GetCurrentEventContext() const { in GetCurrentEventContext()
178 void CJS_Runtime::SetFormFillEnvToDocument() { in SetFormFillEnvToDocument()
203 CPDFSDK_FormFillEnvironment* CJS_Runtime::GetFormFillEnv() const { in GetFormFillEnv()
207 int CJS_Runtime::ExecuteScript(const WideString& script, WideString* info) { in ExecuteScript()
217 bool CJS_Runtime::AddEventToSet(const FieldEvent& event) { in AddEventToSet()
221 void CJS_Runtime::RemoveEventFromSet(const FieldEvent& event) { in RemoveEventFromSet()
232 bool CJS_Runtime::GetValueByName(const ByteStringView& utf8Name, in GetValueByName()
249 bool CJS_Runtime::SetValueByName(const ByteStringView& utf8Name, in SetValueByName()
269 v8::Local<v8::Value> CJS_Runtime::MaybeCoerceToNumber( in MaybeCoerceToNumber()