Home
last modified time | relevance | path

Searched refs:CJS_ObjDefintion (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp37 class CJS_ObjDefintion: public CFX_Object class
40CJS_ObjDefintion(v8::Isolate* isolate, const wchar_t* sObjName, FXJSOBJTYPE eObjType, LP_CONSTRUCT… in CJS_ObjDefintion() function in CJS_ObjDefintion
57 ~CJS_ObjDefintion() in ~CJS_ObjDefintion()
85CJS_ObjDefintion* pObjDef = FX_NEW CJS_ObjDefintion(isolate, sObjName, eObjType, pConstructor, pDe… in JS_DefineObj()
103 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(nObjDefnID); in JS_DefineObjMethod()
123 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(nObjDefnID); in JS_DefineObjProperty()
140 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(nObjDefnID); in JS_DefineObjAllProperties()
160 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(nObjDefnID); in JS_DefineObjConst()
177 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(i); in _getGlobalObjectTemplate()
251 CJS_ObjDefintion* pObjDef = (CJS_ObjDefintion*)pArray->GetAt(i); in JS_InitialRuntime()
[all …]