Home
last modified time | relevance | path

Searched refs:jsValue (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestObject.cpp175 static void staticStringAttrAttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCallbac… in staticStringAttrAttributeSetter() argument
177 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, cppValue, jsValue); in staticStringAttrAttributeSetter()
181 …gAttrAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::Proper… in staticStringAttrAttributeSetterCallback() argument
184 TestObjV8Internal::staticStringAttrAttributeSetter(jsValue, info); in staticStringAttrAttributeSetterCallback()
201 static void enumAttrAttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<vo… in enumAttrAttributeSetter() argument
204 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, cppValue, jsValue); in enumAttrAttributeSetter()
211 static void enumAttrAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, co… in enumAttrAttributeSetterCallback() argument
214 TestObjV8Internal::enumAttrAttributeSetter(jsValue, info); in enumAttrAttributeSetterCallback()
244 static void byteAttrAttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<vo… in byteAttrAttributeSetter() argument
247 V8TRYCATCH_VOID(int, cppValue, toInt8(jsValue)); in byteAttrAttributeSetter()
[all …]
DV8TestObjectPython.cpp171 static void dateAttributeAttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCallbackIn… in dateAttributeAttributeSetter() argument
174 V8TRYCATCH_VOID(double, cppValue, toWebCoreDate(jsValue)); in dateAttributeAttributeSetter()
178 …ibuteAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::Proper… in dateAttributeAttributeSetterCallback() argument
181 TestObjectPythonV8Internal::dateAttributeAttributeSetter(jsValue, info); in dateAttributeAttributeSetterCallback()
198 static void stringAttributeAttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCallback… in stringAttributeAttributeSetter() argument
201 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, cppValue, jsValue); in stringAttributeAttributeSetter()
205 …ibuteAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::Proper… in stringAttributeAttributeSetterCallback() argument
208 TestObjectPythonV8Internal::stringAttributeAttributeSetter(jsValue, info); in stringAttributeAttributeSetterCallback()
238 static void booleanAttributeAttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCallbac… in booleanAttributeAttributeSetter() argument
241 V8TRYCATCH_VOID(bool, cppValue, jsValue->BooleanValue()); in booleanAttributeAttributeSetter()
[all …]
DV8TestInterface.cpp107 static void implementsStaticAttrAttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCal… in implementsStaticAttrAttributeSetter() argument
109 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, cppValue, jsValue); in implementsStaticAttrAttributeSetter()
113 …cAttrAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::Proper… in implementsStaticAttrAttributeSetterCallback() argument
116 TestInterfaceV8Internal::implementsStaticAttrAttributeSetter(jsValue, info); in implementsStaticAttrAttributeSetterCallback()
146 static void implementsStr2AttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCallbackI… in implementsStr2AttributeSetter() argument
149 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, cppValue, jsValue); in implementsStr2AttributeSetter()
153 …sStr2AttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::Proper… in implementsStr2AttributeSetterCallback() argument
156 TestInterfaceV8Internal::implementsStr2AttributeSetter(jsValue, info); in implementsStr2AttributeSetterCallback()
167 …sStr3AttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::Proper… in implementsStr3AttributeSetterCallback() argument
170 V8TestInterface::implementsStr3AttributeSetterCustom(jsValue, info); in implementsStr3AttributeSetterCallback()
[all …]
DV8TestTypedefs.cpp91 static void unsignedLongLongAttrAttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCal… in unsignedLongLongAttrAttributeSetter() argument
94 V8TRYCATCH_VOID(unsigned long long, cppValue, toUInt64(jsValue)); in unsignedLongLongAttrAttributeSetter()
98 …gAttrAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::Proper… in unsignedLongLongAttrAttributeSetterCallback() argument
101 TestTypedefsV8Internal::unsignedLongLongAttrAttributeSetter(jsValue, info); in unsignedLongLongAttrAttributeSetterCallback()
118 static void immutableSerializedScriptValueAttributeSetter(v8::Local<v8::Value> jsValue, const v8::P… in immutableSerializedScriptValueAttributeSetter() argument
121 …V8TRYCATCH_VOID(RefPtr<SerializedScriptValue>, cppValue, SerializedScriptValue::create(jsValue, in… in immutableSerializedScriptValueAttributeSetter()
125 …ValueAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::Proper… in immutableSerializedScriptValueAttributeSetterCallback() argument
128 TestTypedefsV8Internal::immutableSerializedScriptValueAttributeSetter(jsValue, info); in immutableSerializedScriptValueAttributeSetterCallback()
136 int jsValue = imp->attrWithGetterException(exceptionState); in attrWithGetterExceptionAttributeGetter() local
139 v8SetReturnValueInt(info, jsValue); in attrWithGetterExceptionAttributeGetter()
[all …]
DV8SupportTestInterface.cpp109 static void supplementalStaticAttrAttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyC… in supplementalStaticAttrAttributeSetter() argument
111 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, cppValue, jsValue); in supplementalStaticAttrAttributeSetter()
117 …cAttrAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::Proper… in supplementalStaticAttrAttributeSetterCallback() argument
120 SupportTestInterfaceV8Internal::supplementalStaticAttrAttributeSetter(jsValue, info); in supplementalStaticAttrAttributeSetterCallback()
160 static void supplementalStr2AttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCallbac… in supplementalStr2AttributeSetter() argument
163 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, cppValue, jsValue); in supplementalStr2AttributeSetter()
169 …lStr2AttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::Proper… in supplementalStr2AttributeSetterCallback() argument
172 SupportTestInterfaceV8Internal::supplementalStr2AttributeSetter(jsValue, info); in supplementalStr2AttributeSetterCallback()
187 …lStr3AttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::Proper… in supplementalStr3AttributeSetterCallback() argument
190 V8SupportTestInterface::supplementalStr3AttributeSetterCustom(jsValue, info); in supplementalStr3AttributeSetterCallback()
[all …]
DV8TestInterfacePython.cpp87 static void perWorldBindingsStringAttributeAttributeSetter(v8::Local<v8::Value> jsValue, const v8::… in perWorldBindingsStringAttributeAttributeSetter() argument
90 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, cppValue, jsValue); in perWorldBindingsStringAttributeAttributeSetter()
94 …ibuteAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::Proper… in perWorldBindingsStringAttributeAttributeSetterCallback() argument
97 …rfacePythonImplementationV8Internal::perWorldBindingsStringAttributeAttributeSetter(jsValue, info); in perWorldBindingsStringAttributeAttributeSetterCallback()
114 static void perWorldBindingsStringAttributeAttributeSetterForMainWorld(v8::Local<v8::Value> jsValue in perWorldBindingsStringAttributeAttributeSetterForMainWorld() argument
117 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, cppValue, jsValue); in perWorldBindingsStringAttributeAttributeSetterForMainWorld()
121 …teSetterCallbackForMainWorld(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::Proper… in perWorldBindingsStringAttributeAttributeSetterCallbackForMainWorld() argument
124 …mplementationV8Internal::perWorldBindingsStringAttributeAttributeSetterForMainWorld(jsValue, info); in perWorldBindingsStringAttributeAttributeSetterCallbackForMainWorld()
211 bool V8TestInterfacePython::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* isolate, Wrappe… in hasInstance() argument
213 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
[all …]
DV8TestNode.cpp85 static void hrefAttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>&… in hrefAttributeSetter() argument
88 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, cppValue, jsValue); in hrefAttributeSetter()
92 static void hrefAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const … in hrefAttributeSetterCallback() argument
95 TestNodeV8Internal::hrefAttributeSetter(jsValue, info); in hrefAttributeSetterCallback()
112 static void hrefThrowsAttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<… in hrefThrowsAttributeSetter() argument
116 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, cppValue, jsValue); in hrefThrowsAttributeSetter()
121 static void hrefThrowsAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, … in hrefThrowsAttributeSetterCallback() argument
124 TestNodeV8Internal::hrefThrowsAttributeSetter(jsValue, info); in hrefThrowsAttributeSetterCallback()
195 bool V8TestNode::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* isolate, WrapperWorldType … in hasInstance() argument
197 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
[all …]
DV8TestInterfaceImplementedAs.cpp86 static void aAttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>& in… in aAttributeSetter() argument
89 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, cppValue, jsValue); in aAttributeSetter()
93 static void aAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8:… in aAttributeSetterCallback() argument
96 RealClassV8Internal::aAttributeSetter(jsValue, info); in aAttributeSetterCallback()
113 static void bAttributeSetter(v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>& in… in bAttributeSetter() argument
116 …Instance(jsValue, info.GetIsolate(), worldType(info.GetIsolate())) ? V8TestInterfaceImplementedAs:… in bAttributeSetter()
120 static void bAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8:… in bAttributeSetterCallback() argument
123 RealClassV8Internal::bAttributeSetter(jsValue, info); in bAttributeSetterCallback()
213 bool V8TestInterfaceImplementedAs::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* isolate,… in hasInstance() argument
215 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
[all …]
DV8TestEventTarget.cpp127 static void indexedPropertySetter(uint32_t index, v8::Local<v8::Value> jsValue, const v8::PropertyC… in indexedPropertySetter() argument
130 …V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v… in indexedPropertySetter()
134 v8SetReturnValue(info, jsValue); in indexedPropertySetter()
137 static void indexedPropertySetterCallback(uint32_t index, v8::Local<v8::Value> jsValue, const v8::P… in indexedPropertySetterCallback() argument
140 TestEventTargetV8Internal::indexedPropertySetter(index, jsValue, info); in indexedPropertySetterCallback()
186 static void namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> jsValue, const v8:… in namedPropertySetter() argument
196 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, propertyValue, jsValue); in namedPropertySetter()
198 if (jsValue->IsUndefined()) in namedPropertySetter()
204 v8SetReturnValue(info, jsValue); in namedPropertySetter()
207 static void namedPropertySetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> jsValue, c… in namedPropertySetterCallback() argument
[all …]
DV8TestCustomAccessors.cpp96 static void indexedPropertySetterCallback(uint32_t index, v8::Local<v8::Value> jsValue, const v8::P… in indexedPropertySetterCallback() argument
99 V8TestCustomAccessors::indexedPropertySetterCustom(index, jsValue, info); in indexedPropertySetterCallback()
117 static void namedPropertySetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> jsValue, c… in namedPropertySetterCallback() argument
120 V8TestCustomAccessors::namedPropertySetterCustom(name, jsValue, info); in namedPropertySetterCallback()
186 bool V8TestCustomAccessors::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* isolate, Wrappe… in hasInstance() argument
188 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
191 bool V8TestCustomAccessors::hasInstanceInAnyWorld(v8::Handle<v8::Value> jsValue, v8::Isolate* isola… in hasInstanceInAnyWorld() argument
193 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, MainWorld) in hasInstanceInAnyWorld()
194 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld) in hasInstanceInAnyWorld()
195 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, WorkerWorld); in hasInstanceInAnyWorld()
DV8TestInterfaceEmpty.cpp106 bool V8TestInterfaceEmpty::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* isolate, Wrapper… in hasInstance() argument
108 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
111 bool V8TestInterfaceEmpty::hasInstanceInAnyWorld(v8::Handle<v8::Value> jsValue, v8::Isolate* isolat… in hasInstanceInAnyWorld() argument
113 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, MainWorld) in hasInstanceInAnyWorld()
114 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld) in hasInstanceInAnyWorld()
115 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, WorkerWorld); in hasInstanceInAnyWorld()
DV8TestInterfaceEventTarget.cpp106 bool V8TestInterfaceEventTarget::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* isolate, W… in hasInstance() argument
108 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
111 bool V8TestInterfaceEventTarget::hasInstanceInAnyWorld(v8::Handle<v8::Value> jsValue, v8::Isolate* … in hasInstanceInAnyWorld() argument
113 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, MainWorld) in hasInstanceInAnyWorld()
114 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld) in hasInstanceInAnyWorld()
115 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, WorkerWorld); in hasInstanceInAnyWorld()
DV8TestInterfaceDoNotCheckConstants.cpp111 bool V8TestInterfaceDoNotCheckConstants::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* is… in hasInstance() argument
113 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
116 bool V8TestInterfaceDoNotCheckConstants::hasInstanceInAnyWorld(v8::Handle<v8::Value> jsValue, v8::I… in hasInstanceInAnyWorld() argument
118 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, MainWorld) in hasInstanceInAnyWorld()
119 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld) in hasInstanceInAnyWorld()
120 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, WorkerWorld); in hasInstanceInAnyWorld()
DV8TestException.cpp123 bool V8TestException::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* isolate, WrapperWorld… in hasInstance() argument
125 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
128 bool V8TestException::hasInstanceInAnyWorld(v8::Handle<v8::Value> jsValue, v8::Isolate* isolate) in hasInstanceInAnyWorld() argument
130 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, MainWorld) in hasInstanceInAnyWorld()
131 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld) in hasInstanceInAnyWorld()
132 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, WorkerWorld); in hasInstanceInAnyWorld()
DV8TestInterfaceCustomConstructor.cpp125 bool V8TestInterfaceCustomConstructor::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* isol… in hasInstance() argument
127 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
130 bool V8TestInterfaceCustomConstructor::hasInstanceInAnyWorld(v8::Handle<v8::Value> jsValue, v8::Iso… in hasInstanceInAnyWorld() argument
132 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, MainWorld) in hasInstanceInAnyWorld()
133 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld) in hasInstanceInAnyWorld()
134 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, WorkerWorld); in hasInstanceInAnyWorld()
DV8TestInterfacePython2.cpp108 bool V8TestInterfacePython2::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* isolate, Wrapp… in hasInstance() argument
110 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
113 bool V8TestInterfacePython2::hasInstanceInAnyWorld(v8::Handle<v8::Value> jsValue, v8::Isolate* isol… in hasInstanceInAnyWorld() argument
115 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, MainWorld) in hasInstanceInAnyWorld()
116 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld) in hasInstanceInAnyWorld()
117 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, WorkerWorld); in hasInstanceInAnyWorld()
DV8TestInterfaceConstructor3.cpp139 bool V8TestInterfaceConstructor3::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* isolate, … in hasInstance() argument
141 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
144 bool V8TestInterfaceConstructor3::hasInstanceInAnyWorld(v8::Handle<v8::Value> jsValue, v8::Isolate*… in hasInstanceInAnyWorld() argument
146 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, MainWorld) in hasInstanceInAnyWorld()
147 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld) in hasInstanceInAnyWorld()
148 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, WorkerWorld); in hasInstanceInAnyWorld()
DV8TestInterfaceCheckSecurity.cpp98 static void doNotCheckSecurityLongAttributeAttributeSetter(v8::Local<v8::Value> jsValue, const v8::… in doNotCheckSecurityLongAttributeAttributeSetter() argument
101 V8TRYCATCH_VOID(int, cppValue, toInt32(jsValue)); in doNotCheckSecurityLongAttributeAttributeSetter()
105 …ibuteAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::Proper… in doNotCheckSecurityLongAttributeAttributeSetterCallback() argument
108 …TestInterfaceCheckSecurityV8Internal::doNotCheckSecurityLongAttributeAttributeSetter(jsValue, info… in doNotCheckSecurityLongAttributeAttributeSetterCallback()
138 static void doNotCheckSecurityOnSetterLongAttributeAttributeSetter(v8::Local<v8::Value> jsValue, co… in doNotCheckSecurityOnSetterLongAttributeAttributeSetter() argument
141 V8TRYCATCH_VOID(int, cppValue, toInt32(jsValue)); in doNotCheckSecurityOnSetterLongAttributeAttributeSetter()
145 …ibuteAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::Proper… in doNotCheckSecurityOnSetterLongAttributeAttributeSetterCallback() argument
148 …faceCheckSecurityV8Internal::doNotCheckSecurityOnSetterLongAttributeAttributeSetter(jsValue, info); in doNotCheckSecurityOnSetterLongAttributeAttributeSetterCallback()
442 …yOriginSafeMethodSetter(v8::Local<v8::String> name, v8::Local<v8::Value> jsValue, const v8::Proper… in TestInterfaceCheckSecurityOriginSafeMethodSetter() argument
455 info.This()->SetHiddenValue(name, jsValue); in TestInterfaceCheckSecurityOriginSafeMethodSetter()
[all …]
DV8TestInterfaceNamedConstructor.cpp157 bool V8TestInterfaceNamedConstructor::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* isola… in hasInstance() argument
159 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
162 bool V8TestInterfaceNamedConstructor::hasInstanceInAnyWorld(v8::Handle<v8::Value> jsValue, v8::Isol… in hasInstanceInAnyWorld() argument
164 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, MainWorld) in hasInstanceInAnyWorld()
165 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld) in hasInstanceInAnyWorld()
166 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, WorkerWorld); in hasInstanceInAnyWorld()
DV8TestNamedConstructor.cpp168 bool V8TestNamedConstructor::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* isolate, Wrapp… in hasInstance() argument
170 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
173 bool V8TestNamedConstructor::hasInstanceInAnyWorld(v8::Handle<v8::Value> jsValue, v8::Isolate* isol… in hasInstanceInAnyWorld() argument
175 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, MainWorld) in hasInstanceInAnyWorld()
176 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld) in hasInstanceInAnyWorld()
177 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, WorkerWorld); in hasInstanceInAnyWorld()
DV8TestInterfaceConstructor2.cpp174 bool V8TestInterfaceConstructor2::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* isolate, … in hasInstance() argument
176 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
179 bool V8TestInterfaceConstructor2::hasInstanceInAnyWorld(v8::Handle<v8::Value> jsValue, v8::Isolate*… in hasInstanceInAnyWorld() argument
181 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, MainWorld) in hasInstanceInAnyWorld()
182 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld) in hasInstanceInAnyWorld()
183 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, WorkerWorld); in hasInstanceInAnyWorld()
DV8TestInterfaceConstructor.cpp185 bool V8TestInterfaceConstructor::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* isolate, W… in hasInstance() argument
187 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
190 bool V8TestInterfaceConstructor::hasInstanceInAnyWorld(v8::Handle<v8::Value> jsValue, v8::Isolate* … in hasInstanceInAnyWorld() argument
192 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, MainWorld) in hasInstanceInAnyWorld()
193 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld) in hasInstanceInAnyWorld()
194 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, WorkerWorld); in hasInstanceInAnyWorld()
DV8TestOverloadedConstructors.cpp196 bool V8TestOverloadedConstructors::hasInstance(v8::Handle<v8::Value> jsValue, v8::Isolate* isolate,… in hasInstance() argument
198 … return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, currentWorldType); in hasInstance()
201 bool V8TestOverloadedConstructors::hasInstanceInAnyWorld(v8::Handle<v8::Value> jsValue, v8::Isolate… in hasInstanceInAnyWorld() argument
203 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, MainWorld) in hasInstanceInAnyWorld()
204 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld) in hasInstanceInAnyWorld()
205 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, WorkerWorld); in hasInstanceInAnyWorld()
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
Dattributes.cpp21 v8::Handle<v8::Value> jsValue = info.Holder()->GetHiddenValue(propertyName);
22 if (!jsValue.IsEmpty()) {
23 v8SetReturnValue(info, jsValue);
122 v8::Local<v8::Value> jsValue, const v8::FunctionCallbackInfo<v8::Value>& info
124 v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>& info
134 …if (!isUndefinedOrNull(jsValue) && !V8{{attribute.idl_type}}::hasInstance(jsValue, info.GetIsolate…
150 …transferHiddenDependency(info.Holder(), {{attribute.event_handler_getter_expression}}, jsValue, {{…
183 v8::Local<v8::String>, v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>& info
187 v8::Local<v8::Value> jsValue = info[0];
199 v8::Handle<v8::Value> loggerArg[] = { jsValue };
[all …]
Dinterface.cpp66 …laceableAttributeSetter(v8::Local<v8::String> name, v8::Local<v8::Value> jsValue, const v8::Proper…
68 info.This()->ForceSet(name, jsValue);
72 …AttributeSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> jsValue, const v8::Proper…
74 {{interface_name}}V8Internal::{{interface_name}}ReplaceableAttributeSetter(name, jsValue, info);
103 …}OriginSafeMethodSetter(v8::Local<v8::String> name, v8::Local<v8::Value> jsValue, const v8::Proper…

12