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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8HiddenValue.cpp 16 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); \
V8PerIsolateData.h 86 V8HiddenValue* hiddenValue() { return m_hiddenValue.get(); }
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceCheckSecurity.cpp 232 v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8AtomicString(isolate, "doNotCheckSecurityVoidMethod"));
233 if (!hiddenValue.IsEmpty()) {
234 v8SetReturnValue(info, hiddenValue);
283 v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8AtomicString(isolate, "doNotCheckSecurityDoNotCheckSignatureVoidMethod"));
284 if (!hiddenValue.IsEmpty()) {
285 v8SetReturnValue(info, hiddenValue);
334 v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8AtomicString(isolate, "doNotCheckSecurityPerWorldBindingsVoidMethod"));
335 if (!hiddenValue.IsEmpty()) {
336 v8SetReturnValue(info, hiddenValue);
385 v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8AtomicString(isolate, "doNotCheckSec (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
methods.cpp 459 v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8AtomicString(isolate, "{{method.name}}"));
460 if (!hiddenValue.IsEmpty()) {
461 v8SetReturnValue(info, hiddenValue);

Completed in 284 milliseconds