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

/external/webkit/WebKit/chromium/src/
H A DBoundObject.cpp44 v8::Local<v8::FunctionTemplate> localTemplate = v8::FunctionTemplate::New(WebCore::V8Proxy::checkNewLegal);
/external/webkit/WebCore/bindings/v8/
H A DV8Proxy.h286 static v8::Handle<v8::Value> checkNewLegal(const v8::Arguments&);
H A DV8Binding.cpp436 v8::Local<v8::FunctionTemplate> result = v8::FunctionTemplate::New(V8Proxy::checkNewLegal);
H A DV8Proxy.cpp749 v8::Handle<v8::Value> V8Proxy::checkNewLegal(const v8::Arguments& args) function in class:WebCore::V8Proxy

Completed in 194 milliseconds