HomeSort by relevance Sort by last modified time
    Searched defs:hiddenValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8PerIsolateData.h 92 V8HiddenValue* hiddenValue() { return m_hiddenValue.get(); }
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceCheckSecurity.cpp 219 v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8AtomicString(info.GetIsolate(), "doNotCheckSecurityVoidMethod"));
220 if (!hiddenValue.IsEmpty()) {
221 v8SetReturnValue(info, hiddenValue);
269 v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8AtomicString(info.GetIsolate(), "doNotCheckSecurityDoNotCheckSignatureVoidMethod"));
270 if (!hiddenValue.IsEmpty()) {
271 v8SetReturnValue(info, hiddenValue);
319 v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8AtomicString(info.GetIsolate(), "doNotCheckSecurityPerWorldBindingsVoidMethod"));
320 if (!hiddenValue.IsEmpty()) {
321 v8SetReturnValue(info, hiddenValue);
369 v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8AtomicString(info.GetIsolate(), "doN (…)
    [all...]

Completed in 167 milliseconds