7#include "fxjs/xfa/cjx_delta.h"
9#include "core/fxcrt/span.h"
10#include "fxjs/js_resources.h"
11#include "fxjs/xfa/cfxjse_value.h"
12#include "xfa/fxfa/parser/cxfa_delta.h"
14const CJX_MethodSpec CJX_Delta::MethodSpecs[] = {{
"restore", restore_static}};
16CJX_Delta::CJX_Delta(CXFA_Delta* delta) :
CJX_Object(delta) {
17 DefineMethods(MethodSpecs);
27 pdfium::span<v8::Local<v8::Value>> params) {
34void CJX_Delta::currentValue(
v8::Isolate* pIsolate,
35 v8::Local<v8::Value>* pValue,
39void CJX_Delta::savedValue(
v8::Isolate* pIsolate,
40 v8::Local<v8::Value>* pValue,
44void CJX_Delta::target(
v8::Isolate* pIsolate,
45 v8::Local<v8::Value>* pValue,
friend class EventParamScope
static CJS_Result Success()
static CJS_Result Failure(JSMessage id)
bool DynamicTypeIs(TypeTag eType) const override
virtual bool DynamicTypeIs(TypeTag eType) const