ConstantConfiguration 1071 Source/bindings/templates/interface.cpp static const V8DOMConfiguration::ConstantConfiguration {{v8_class}}Constants[] = { ConstantConfiguration 1080 Source/bindings/templates/interface.cpp static const V8DOMConfiguration::ConstantConfiguration constantConfiguration = {"{{constant.name}}", static_cast<signed int>({{constant.value}})}; ConstantConfiguration 105 Source/bindings/tests/results/V8TestException.cpp static const V8DOMConfiguration::ConstantConfiguration V8TestExceptionConstants[] = { ConstantConfiguration 1259 Source/bindings/tests/results/V8TestInterface.cpp static const V8DOMConfiguration::ConstantConfiguration V8TestInterfaceConstants[] = { ConstantConfiguration 1268 Source/bindings/tests/results/V8TestInterface.cpp static const V8DOMConfiguration::ConstantConfiguration constantConfiguration = {"PARTIAL_UNSIGNED_SHORT", static_cast<signed int>(0)}; ConstantConfiguration 8033 Source/bindings/tests/results/V8TestObject.cpp static const V8DOMConfiguration::ConstantConfiguration V8TestObjectConstants[] = { ConstantConfiguration 8054 Source/bindings/tests/results/V8TestObject.cpp static const V8DOMConfiguration::ConstantConfiguration constantConfiguration = {"FEATURE_ENABLED_CONST", static_cast<signed int>(1)}; ConstantConfiguration 69 Source/bindings/v8/V8DOMConfiguration.cpp void V8DOMConfiguration::installConstants(v8::Handle<v8::FunctionTemplate> functionDescriptor, v8::Handle<v8::ObjectTemplate> prototype, const ConstantConfiguration* constants, size_t constantCount, v8::Isolate* isolate) ConstantConfiguration 72 Source/bindings/v8/V8DOMConfiguration.cpp const ConstantConfiguration* constant = &constants[i]; ConstantConfiguration 101 Source/bindings/v8/V8DOMConfiguration.h static void installConstants(v8::Handle<v8::FunctionTemplate>, v8::Handle<v8::ObjectTemplate>, const ConstantConfiguration*, size_t constantCount, v8::Isolate*);