Lines Matching refs:CJS_Runtime
42 CJS_Runtime::CJS_Runtime(CPDFSDK_FormFillEnvironment* pFormFillEnv) in CJS_Runtime() function in CJS_Runtime
68 CJS_Runtime::~CJS_Runtime() { in ~CJS_Runtime()
75 void CJS_Runtime::DefineJSObjects() { in DefineJSObjects()
122 IJS_EventContext* CJS_Runtime::NewEventContext() { in NewEventContext()
127 void CJS_Runtime::ReleaseEventContext(IJS_EventContext* pContext) { in ReleaseEventContext()
132 CJS_EventContext* CJS_Runtime::GetCurrentEventContext() const { in GetCurrentEventContext()
137 TimerHandlerIface* CJS_Runtime::GetTimerHandler() const { in GetTimerHandler()
141 void CJS_Runtime::SetFormFillEnvToDocument() { in SetFormFillEnvToDocument()
158 CPDFSDK_FormFillEnvironment* CJS_Runtime::GetFormFillEnv() const { in GetFormFillEnv()
162 Optional<IJS_Runtime::JS_Error> CJS_Runtime::ExecuteScript( in ExecuteScript()
167 bool CJS_Runtime::AddEventToSet(const FieldEvent& event) { in AddEventToSet()
171 void CJS_Runtime::RemoveEventFromSet(const FieldEvent& event) { in RemoveEventFromSet()
175 CJS_Runtime* CJS_Runtime::AsCJSRuntime() { in AsCJSRuntime()
179 bool CJS_Runtime::GetValueByNameFromGlobalObject(ByteStringView utf8Name, in GetValueByNameFromGlobalObject()
197 bool CJS_Runtime::SetValueByNameInGlobalObject(ByteStringView utf8Name, in SetValueByNameInGlobalObject()
214 v8::Local<v8::Value> CJS_Runtime::MaybeCoerceToNumber( in MaybeCoerceToNumber()