OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newInstanceInDocument
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ObjectConstructor.cpp
53
v8::Local<v8::Object> V8ObjectConstructor::
newInstanceInDocument
(v8::Isolate* isolate, v8::Handle<v8::Function> function, int argc, v8::Handle<v8::Value> argv[], Document* document)
V8ObjectConstructor.h
80
static v8::Local<v8::Object>
newInstanceInDocument
(v8::Isolate*, v8::Handle<v8::Function>, int, v8::Handle<v8::Value> argv[], Document*);
NPV8Object.cpp
591
resultObject = V8ObjectConstructor::
newInstanceInDocument
(isolate, ctor, argumentCount, argv.get(), frame ? frame->document() : 0);
Completed in 192 milliseconds