Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8HiddenValue.cpp16 V8HiddenValue* hiddenValue = V8PerIsolateData::from(isolate)->hiddenValue(); \
17 if (hiddenValue->m_##name.isEmpty()) { \
18 hiddenValue->m_##name.set(isolate, v8AtomicString(isolate, #name)); \
20 return hiddenValue->m_##name.newLocal(isolate); \
DV8PerIsolateData.h86 V8HiddenValue* hiddenValue() { return m_hiddenValue.get(); } in hiddenValue() function
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestInterfaceCheckSecurity.cpp232 …v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8Ato… in doNotCheckSecurityVoidMethodOriginSafeMethodGetter() local
233 if (!hiddenValue.IsEmpty()) { in doNotCheckSecurityVoidMethodOriginSafeMethodGetter()
234 v8SetReturnValue(info, hiddenValue); in doNotCheckSecurityVoidMethodOriginSafeMethodGetter()
283 …v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8Ato… in doNotCheckSecurityDoNotCheckSignatureVoidMethodOriginSafeMethodGetter() local
284 if (!hiddenValue.IsEmpty()) { in doNotCheckSecurityDoNotCheckSignatureVoidMethodOriginSafeMethodGetter()
285 v8SetReturnValue(info, hiddenValue); in doNotCheckSecurityDoNotCheckSignatureVoidMethodOriginSafeMethodGetter()
334 …v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8Ato… in doNotCheckSecurityPerWorldBindingsVoidMethodOriginSafeMethodGetter() local
335 if (!hiddenValue.IsEmpty()) { in doNotCheckSecurityPerWorldBindingsVoidMethodOriginSafeMethodGetter()
336 v8SetReturnValue(info, hiddenValue); in doNotCheckSecurityPerWorldBindingsVoidMethodOriginSafeMethodGetter()
385 …v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8Ato… in doNotCheckSecurityPerWorldBindingsVoidMethodOriginSafeMethodGetterForMainWorld() local
[all …]
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
Dmethods.cpp459 …v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8Ato…
460 if (!hiddenValue.IsEmpty()) {
461 v8SetReturnValue(info, hiddenValue);