Searched refs:IsConstructCall (Results 1 - 23 of 23) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8ArrayBufferCustom.cpp45 if (!args.IsConstructCall())
H A DV8WebKitCSSMatrixConstructor.cpp51 if (!args.IsConstructCall())
H A DV8WebKitPointConstructor.cpp47 if (!args.IsConstructCall())
H A DV8XMLHttpRequestConstructor.cpp47 if (!args.IsConstructCall())
H A DV8EventSourceConstructor.cpp50 if (!args.IsConstructCall())
H A DV8MessageChannelConstructor.cpp53 if (!args.IsConstructCall())
H A DV8DOMFormDataCustom.cpp47 if (!args.IsConstructCall())
H A DV8FileReaderCustom.cpp47 if (!args.IsConstructCall())
H A DV8SharedWorkerCustom.cpp51 if (!args.IsConstructCall())
H A DV8WebSocketCustom.cpp52 if (!args.IsConstructCall())
H A DV8HTMLAudioElementConstructor.cpp53 if (!args.IsConstructCall())
H A DV8HTMLImageElementConstructor.cpp53 if (!args.IsConstructCall())
H A DV8HTMLOptionElementConstructor.cpp53 if (!args.IsConstructCall())
H A DV8WorkerCustom.cpp54 if (!args.IsConstructCall())
H A DV8DataViewCustom.cpp41 if (!args.IsConstructCall())
H A DV8ArrayBufferViewCustom.h82 if (!args.IsConstructCall())
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Proxy.h347 if (!args.IsConstructCall())
362 if (!args.IsConstructCall())
H A DV8NPObject.cpp155 if (args.IsConstructCall())
/external/v8/src/
H A Dassembler.h224 static inline bool IsConstructCall(Mode mode) { function in class:v8::internal::BASE_EMBEDDED
H A Druntime.h489 F(IsConstructCall, 0, 1) \
H A Ddebug.cc165 RelocInfo::IsConstructCall(rmode())) {
429 ASSERT(RelocInfo::IsConstructCall(rmode()) ||
1410 } else if (!(is_inline_cache_stub || RelocInfo::IsConstructCall(it.rmode()) ||
1587 if (RelocInfo::IsConstructCall(mode)) {
/external/v8/include/
H A Dv8.h1969 inline bool IsConstructCall() const;
4051 bool Arguments::IsConstructCall() const { function in class:v8::Arguments
/external/v8/test/cctest/
H A Dtest-api.cc4897 if (args.IsConstructCall()) {
7922 if (args.IsConstructCall()) {
8312 if (args.IsConstructCall()) {
10315 return v8::Boolean::New(args.IsConstructCall());
10319 THREADED_TEST(IsConstructCall) {

Completed in 297 milliseconds