#include "fxjs/cjs_object.h"
#include "fxjs/cfxjs_engine.h"
void CJS_Object::DefineConsts(CFXJS_Engine* pEngine,
uint32_t nObjDefnID,
pdfium::span<const JSConstSpec> consts) { … }
void CJS_Object::DefineProps(CFXJS_Engine* pEngine,
uint32_t nObjDefnID,
pdfium::span<const JSPropertySpec> props) { … }
void CJS_Object::DefineMethods(CFXJS_Engine* pEngine,
uint32_t nObjDefnID,
pdfium::span<const JSMethodSpec> methods) { … }
CJS_Object::CJS_Object(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime)
: … { … }
CJS_Object::~CJS_Object() = default;