Searched refs:hiddenValue (Results 1 – 4 of 4) sorted by relevance
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); \
86 V8HiddenValue* hiddenValue() { return m_hiddenValue.get(); } in hiddenValue() function
232 …v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8Ato… in doNotCheckSecurityVoidMethodOriginSafeMethodGetter() local233 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() local284 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() local335 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 …]
459 …v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8Ato…460 if (!hiddenValue.IsEmpty()) {461 v8SetReturnValue(info, hiddenValue);