Home
last modified time | relevance | path

Searched defs:pIsolate (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/pdfium/fxjs/
H A Dfxv8.cpp59 v8::Local<v8::Value> NewNullHelper(v8::Isolate* pIsolate) { in NewNullHelper()
63 v8::Local<v8::Value> NewUndefinedHelper(v8::Isolate* pIsolate) { in NewUndefinedHelper()
67 v8::Local<v8::Number> NewNumberHelper(v8::Isolate* pIsolate, int number) { in NewNumberHelper()
71 v8::Local<v8::Number> NewNumberHelper(v8::Isolate* pIsolate, double number) { in NewNumberHelper()
75 v8::Local<v8::Number> NewNumberHelper(v8::Isolate* pIsolate, float number) { in NewNumberHelper()
79 v8::Local<v8::Boolean> NewBooleanHelper(v8::Isolate* pIsolate, bool b) { in NewBooleanHelper()
83 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper()
91 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper()
96 v8::Local<v8::Array> NewArrayHelper(v8::Isolate* pIsolate) { in NewArrayHelper()
100 v8::Local<v8::Array> NewArrayHelper(v8::Isolate* pIsolate, in NewArrayHelper()
[all …]
H A Dcfxjs_engine.cpp262 v8::Isolate* pIsolate) { in GetGlobalObjectTemplate()
309 void FXJS_Initialize(unsigned int embedderDataSlot, v8::Isolate* pIsolate) { in FXJS_Initialize()
348 void FXJS_PerIsolateData::SetUp(v8::Isolate* pIsolate) { in SetUp()
354 FXJS_PerIsolateData* FXJS_PerIsolateData::Get(v8::Isolate* pIsolate) { in Get()
361 FXJS_PerIsolateData::FXJS_PerIsolateData(v8::Isolate* pIsolate) in FXJS_PerIsolateData()
386 CFXJS_Engine::CFXJS_Engine(v8::Isolate* pIsolate) : CFX_V8(pIsolate) {} in CFXJS_Engine()
651 CJS_Object* CFXJS_Engine::GetObjectPrivate(v8::Isolate* pIsolate, in GetObjectPrivate()
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcjx_eventpseudomodel.cpp23 void StringProperty(v8::Isolate* pIsolate, in StringProperty()
34 void IntegerProperty(v8::Isolate* pIsolate, in IntegerProperty()
45 void BooleanProperty(v8::Isolate* pIsolate, in BooleanProperty()
73 void CJX_EventPseudoModel::cancelAction(v8::Isolate* pIsolate, in cancelAction()
80 void CJX_EventPseudoModel::change(v8::Isolate* pIsolate, in change()
87 void CJX_EventPseudoModel::commitKey(v8::Isolate* pIsolate, in commitKey()
94 void CJX_EventPseudoModel::fullText(v8::Isolate* pIsolate, in fullText()
101 void CJX_EventPseudoModel::keyDown(v8::Isolate* pIsolate, in keyDown()
108 void CJX_EventPseudoModel::modifier(v8::Isolate* pIsolate, in modifier()
115 void CJX_EventPseudoModel::newContentType(v8::Isolate* pIsolate, in newContentType()
[all …]
H A Dcfxjse_value.cpp66 void FXJSE_ThrowMessage(v8::Isolate* pIsolate, ByteStringView utf8Message) { in FXJSE_ThrowMessage()
76 CFXJSE_Value::CFXJSE_Value(v8::Isolate* pIsolate, v8::Local<v8::Value> value) { in CFXJSE_Value()
88 void CFXJSE_Value::SetHostObject(v8::Isolate* pIsolate, in SetHostObject()
97 v8::Isolate* pIsolate, in SetArray()
113 void CFXJSE_Value::SetFloat(v8::Isolate* pIsolate, float fFloat) { in SetFloat()
118 bool CFXJSE_Value::SetObjectProperty(v8::Isolate* pIsolate, in SetObjectProperty()
134 bool CFXJSE_Value::GetObjectProperty(v8::Isolate* pIsolate, in GetObjectProperty()
148 bool CFXJSE_Value::GetObjectPropertyByIdx(v8::Isolate* pIsolate, in GetObjectPropertyByIdx()
162 void CFXJSE_Value::DeleteObjectProperty(v8::Isolate* pIsolate, in DeleteObjectProperty()
172 bool CFXJSE_Value::SetObjectOwnProperty(v8::Isolate* pIsolate, in SetObjectOwnProperty()
[all …]
H A Dcjx_object.cpp133 void CJX_Object::className(v8::Isolate* pIsolate, in className()
172 void CJX_Object::ThrowTooManyOccurrencesException(v8::Isolate* pIsolate, in ThrowTooManyOccurrencesException()
191 v8::Isolate* pIsolate, in ThrowParamCountMismatchException()
205 void CJX_Object::ThrowException(v8::Isolate* pIsolate, in ThrowException()
982 void CJX_Object::ScriptAttributeString(v8::Isolate* pIsolate, in ScriptAttributeString()
1052 void CJX_Object::ScriptAttributeBool(v8::Isolate* pIsolate, in ScriptAttributeBool()
1064 void CJX_Object::ScriptAttributeInteger(v8::Isolate* pIsolate, in ScriptAttributeInteger()
1076 void CJX_Object::ScriptSomFontColor(v8::Isolate* pIsolate, in ScriptSomFontColor()
1104 void CJX_Object::ScriptSomFillColor(v8::Isolate* pIsolate, in ScriptSomFillColor()
1134 void CJX_Object::ScriptSomBorderColor(v8::Isolate* pIsolate, in ScriptSomBorderColor()
[all …]
H A Dcjx_tree.cpp98 void CJX_Tree::all(v8::Isolate* pIsolate, in all()
112 void CJX_Tree::classAll(v8::Isolate* pIsolate, in classAll()
127 void CJX_Tree::nodes(v8::Isolate* pIsolate, in nodes()
147 void CJX_Tree::parent(v8::Isolate* pIsolate, in parent()
164 void CJX_Tree::index(v8::Isolate* pIsolate, in index()
179 void CJX_Tree::classIndex(v8::Isolate* pIsolate, in classIndex()
194 void CJX_Tree::somExpression(v8::Isolate* pIsolate, in somExpression()
207 v8::Local<v8::Value> CJX_Tree::ResolveNodeList(v8::Isolate* pIsolate, in ResolveNodeList()
H A Dcjx_hostpseudomodel.cpp78 void CJX_HostPseudoModel::appType(v8::Isolate* pIsolate, in appType()
93 void CJX_HostPseudoModel::calculationsEnabled(v8::Isolate* pIsolate, in calculationsEnabled()
110 void CJX_HostPseudoModel::currentPage(v8::Isolate* pIsolate, in currentPage()
126 void CJX_HostPseudoModel::language(v8::Isolate* pIsolate, in language()
143 void CJX_HostPseudoModel::numPages(v8::Isolate* pIsolate, in numPages()
160 void CJX_HostPseudoModel::platform(v8::Isolate* pIsolate, in platform()
177 void CJX_HostPseudoModel::title(v8::Isolate* pIsolate, in title()
198 void CJX_HostPseudoModel::validationsEnabled(v8::Isolate* pIsolate, in validationsEnabled()
216 void CJX_HostPseudoModel::variation(v8::Isolate* pIsolate, in variation()
231 void CJX_HostPseudoModel::version(v8::Isolate* pIsolate, in version()
[all …]
H A Dcjx_field.cpp247 void CJX_Field::defaultValue(v8::Isolate* pIsolate, in defaultValue()
307 void CJX_Field::editValue(v8::Isolate* pIsolate, in editValue()
325 void CJX_Field::formatMessage(v8::Isolate* pIsolate, in formatMessage()
332 void CJX_Field::formattedValue(v8::Isolate* pIsolate, in formattedValue()
350 void CJX_Field::length(v8::Isolate* pIsolate, in length()
366 void CJX_Field::parentSubform(v8::Isolate* pIsolate, in parentSubform()
377 void CJX_Field::selectedIndex(v8::Isolate* pIsolate, in selectedIndex()
399 void CJX_Field::rawValue(v8::Isolate* pIsolate, in rawValue()
H A Dcfxjse_resolveprocessor.cpp34 bool CFXJSE_ResolveProcessor::Resolve(v8::Isolate* pIsolate, NodeData& rnd) { in Resolve()
93 bool CFXJSE_ResolveProcessor::ResolveAnyChild(v8::Isolate* pIsolate, in ResolveAnyChild()
126 bool CFXJSE_ResolveProcessor::ResolveDollar(v8::Isolate* pIsolate, in ResolveDollar()
153 bool CFXJSE_ResolveProcessor::ResolveExcalmatory(v8::Isolate* pIsolate, in ResolveExcalmatory()
179 bool CFXJSE_ResolveProcessor::ResolveNumberSign(v8::Isolate* pIsolate, in ResolveNumberSign()
227 bool CFXJSE_ResolveProcessor::ResolveNormal(v8::Isolate* pIsolate, in ResolveNormal()
639 void CFXJSE_ResolveProcessor::FilterCondition(v8::Isolate* pIsolate, in FilterCondition()
712 void CFXJSE_ResolveProcessor::DoPredicateFilter(v8::Isolate* pIsolate, in DoPredicateFilter()
H A Dcfxjse_class.cpp125 void DynPropGetterAdapter(v8::Isolate* pIsolate, in DynPropGetterAdapter()
165 void DynPropSetterAdapter(v8::Isolate* pIsolate, in DynPropSetterAdapter()
184 bool DynPropQueryAdapter(v8::Isolate* pIsolate, in DynPropQueryAdapter()
253 void SetUpNamedPropHandler(v8::Isolate* pIsolate, in SetUpNamedPropHandler()
283 v8::Isolate* pIsolate = pContext->GetIsolate(); in Create() local
337 v8::Isolate* pIsolate) { in GetTemplate()
H A Dcfxjse_engine.cpp99 CXFA_Object* CFXJSE_Engine::ToObject(v8::Isolate* pIsolate, in ToObject()
108 CXFA_Object* CFXJSE_Engine::ToObject(v8::Isolate* pIsolate, in ToObject()
254 void CFXJSE_Engine::GlobalPropertySetter(v8::Isolate* pIsolate, in GlobalPropertySetter()
294 v8::Isolate* pIsolate, in GlobalPropertyGetter()
363 v8::Isolate* pIsolate, in GlobalPropTypeGetter()
382 v8::Isolate* pIsolate, in NormalPropertyGetter()
453 void CFXJSE_Engine::NormalPropertySetter(v8::Isolate* pIsolate, in NormalPropertySetter()
512 v8::Isolate* pIsolate, in NormalPropTypeGetter()
H A Dcjx_instancemanager.cpp43 int32_t CJX_InstanceManager::SetInstances(v8::Isolate* pIsolate, in SetInstances()
114 int32_t CJX_InstanceManager::MoveInstance(v8::Isolate* pIsolate, in MoveInstance()
296 void CJX_InstanceManager::max(v8::Isolate* pIsolate, in max()
309 void CJX_InstanceManager::min(v8::Isolate* pIsolate, in min()
322 void CJX_InstanceManager::count(v8::Isolate* pIsolate, in count()
H A Dcjx_datawindow.cpp55 void CJX_DataWindow::recordsBefore(v8::Isolate* pIsolate, in recordsBefore()
60 void CJX_DataWindow::currentRecordNumber(v8::Isolate* pIsolate, in currentRecordNumber()
65 void CJX_DataWindow::recordsAfter(v8::Isolate* pIsolate, in recordsAfter()
70 void CJX_DataWindow::isDefined(v8::Isolate* pIsolate, in isDefined()
H A Dcjx_exclgroup.cpp115 void CJX_ExclGroup::defaultValue(v8::Isolate* pIsolate, in defaultValue()
139 void CJX_ExclGroup::rawValue(v8::Isolate* pIsolate, in rawValue()
146 void CJX_ExclGroup::transient(v8::Isolate* pIsolate, in transient()
151 void CJX_ExclGroup::errorText(v8::Isolate* pIsolate, in errorText()
H A Dcfxjse_formcalc_context.cpp1006 v8::Local<v8::Value> GetObjectDefaultValue(v8::Isolate* pIsolate, in GetObjectDefaultValue()
1018 bool SetObjectDefaultValue(v8::Isolate* pIsolate, in SetObjectDefaultValue()
1030 v8::Local<v8::Value> GetExtractedValue(v8::Isolate* pIsolate, in GetExtractedValue()
1071 bool ValueIsNull(v8::Isolate* pIsolate, v8::Local<v8::Value> arg) { in ValueIsNull()
1076 int32_t ValueToInteger(v8::Isolate* pIsolate, v8::Local<v8::Value> arg) { in ValueToInteger()
1092 float ValueToFloat(v8::Isolate* pIsolate, v8::Local<v8::Value> arg) { in ValueToFloat()
1111 double ValueToDouble(v8::Isolate* pIsolate, v8::Local<v8::Value> arg) { in ValueToDouble()
1130 absl::optional<double> ExtractDouble(v8::Isolate* pIsolate, in ExtractDouble()
1157 ByteString ValueToUTF8String(v8::Isolate* pIsolate, v8::Local<v8::Value> arg) { in ValueToUTF8String()
1170 bool SimpleValueCompare(v8::Isolate* pIsolate, in SimpleValueCompare()
[all …]
H A Dcfxjse_isolatetracker.cpp13 v8::Isolate* pIsolate) in CFXJSE_ScopeUtil_IsolateHandle()
31 v8::Isolate* pIsolate) in CFXJSE_ScopeUtil_RootContext()
39 CFXJSE_ScopeUtil_IsolateHandleRootContext(v8::Isolate* pIsolate) in CFXJSE_ScopeUtil_IsolateHandleRootContext()
H A Dcjx_node.cpp400 void CJX_Node::ns(v8::Isolate* pIsolate, in ns()
412 void CJX_Node::model(v8::Isolate* pIsolate, in model()
429 void CJX_Node::isContainer(v8::Isolate* pIsolate, in isContainer()
440 void CJX_Node::isNull(v8::Isolate* pIsolate, in isNull()
455 void CJX_Node::oneOfChild(v8::Isolate* pIsolate, in oneOfChild()
H A Dcjx_delta.cpp35 void CJX_Delta::currentValue(v8::Isolate* pIsolate, in currentValue()
40 void CJX_Delta::savedValue(v8::Isolate* pIsolate, in savedValue()
45 void CJX_Delta::target(v8::Isolate* pIsolate, in target()
H A Dcfxjse_context.cpp70 v8::Local<v8::Object> CreateReturnValue(v8::Isolate* pIsolate, in CreateReturnValue()
169 v8::Isolate* pIsolate, in Create()
205 CFXJSE_Context::CFXJSE_Context(v8::Isolate* pIsolate, CXFA_ThisProxy* pProxy) in CFXJSE_Context()
H A Dcfxjse_runtimedata.cpp27 v8::Isolate* pIsolate) { in Create()
52 CFXJSE_RuntimeData* CFXJSE_RuntimeData::Get(v8::Isolate* pIsolate) { in Get()
H A Dcfxjse_value.h45 WideString ToWideString(v8::Isolate* pIsolate) const { in ToWideString()
87 void ForceSetValue(v8::Isolate* pIsolate, v8::Local<v8::Value> hValue) { in ForceSetValue()
H A Dcjx_textnode.cpp20 void CJX_TextNode::defaultValue(v8::Isolate* pIsolate, in defaultValue()
27 void CJX_TextNode::value(v8::Isolate* pIsolate, in value()
H A Dcjx_draw.cpp24 void CJX_Draw::rawValue(v8::Isolate* pIsolate, in rawValue()
31 void CJX_Draw::defaultValue(v8::Isolate* pIsolate, in defaultValue()
H A Dcjx_occur.cpp22 void CJX_Occur::max(v8::Isolate* pIsolate, in max()
35 void CJX_Occur::min(v8::Isolate* pIsolate, in min()
H A Dcjx_boolean.cpp22 void CJX_Boolean::defaultValue(v8::Isolate* pIsolate, in defaultValue()
46 void CJX_Boolean::value(v8::Isolate* pIsolate, in value()

12