Home
last modified time | relevance | path

Searched refs:checkNewLegal (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DBoundObject.cpp44 …l<v8::FunctionTemplate> localTemplate = v8::FunctionTemplate::New(WebCore::V8Proxy::checkNewLegal); in BoundObject()
/external/webkit/Source/WebCore/bindings/v8/
DV8Proxy.h239 static v8::Handle<v8::Value> checkNewLegal(const v8::Arguments&);
DV8Binding.cpp511 v8::Local<v8::FunctionTemplate> result = v8::FunctionTemplate::New(V8Proxy::checkNewLegal); in createRawTemplate()
DV8Proxy.cpp766 v8::Handle<v8::Value> V8Proxy::checkNewLegal(const v8::Arguments& args) in checkNewLegal() function in WebCore::V8Proxy