shouldAllowAccessToNode 72 Source/bindings/templates/attributes.cpp if (!BindingSecurity::shouldAllowAccessToNode(info.GetIsolate(), {{attribute.cpp_value}}, exceptionState)) { shouldAllowAccessToNode 40 Source/bindings/templates/methods.cpp if (!BindingSecurity::shouldAllowAccessToNode(info.GetIsolate(), impl->{{method.name}}(exceptionState), exceptionState)) { shouldAllowAccessToNode 1769 Source/bindings/tests/results/V8TestObject.cpp if (!BindingSecurity::shouldAllowAccessToNode(info.GetIsolate(), impl->checkSecurityForNodeReadonlyDocumentAttribute(), exceptionState)) { shouldAllowAccessToNode 7055 Source/bindings/tests/results/V8TestObject.cpp if (!BindingSecurity::shouldAllowAccessToNode(info.GetIsolate(), impl->checkSecurityForNodeVoidMethod(exceptionState), exceptionState)) { shouldAllowAccessToNode 52 Source/bindings/v8/BindingSecurity.h static bool shouldAllowAccessToNode(v8::Isolate*, Node*, ExceptionState&); shouldAllowAccessToNode 83 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp if (!BindingSecurity::shouldAllowAccessToNode(isolate, node, exceptionState)) shouldAllowAccessToNode 197 Source/bindings/v8/custom/V8WindowCustom.cpp if (!BindingSecurity::shouldAllowAccessToNode(info.GetIsolate(), impl->frameElement(), exceptionState)) {