/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
D | V8TestInterfaceCustomConstructor.cpp | 77 if (!info.IsConstructCall()) { in constructorCallback()
|
D | V8TestInterfaceConstructor3.cpp | 91 if (!info.IsConstructCall()) { in constructorCallback()
|
D | V8TestInterfaceNamedConstructor.cpp | 78 if (!info.IsConstructCall()) { in V8TestInterfaceNamedConstructorConstructorCallback()
|
D | V8TestNamedConstructor.cpp | 78 if (!info.IsConstructCall()) { in V8TestNamedConstructorConstructorCallback()
|
D | V8TestInterfaceConstructor2.cpp | 126 if (!info.IsConstructCall()) { in constructorCallback()
|
D | V8TestNode.cpp | 147 if (!info.IsConstructCall()) { in constructorCallback()
|
D | V8TestInterfaceConstructor.cpp | 137 if (!info.IsConstructCall()) { in constructorCallback()
|
D | V8TestOverloadedConstructors.cpp | 148 if (!info.IsConstructCall()) { in constructorCallback()
|
D | V8TestInterfaceEventConstructor.cpp | 327 if (!info.IsConstructCall()) { in constructorCallback()
|
D | V8TestTypedefs.cpp | 476 if (!info.IsConstructCall()) { in constructorCallback()
|
D | V8TestInterface.cpp | 836 if (!info.IsConstructCall()) { in constructorCallback()
|
D | V8TestObject.cpp | 5305 if (!info.IsConstructCall()) { in constructorCallback()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | CustomElementConstructorBuilder.cpp | 263 if (!info.IsConstructCall()) { in constructCustomElement()
|
D | V8NPObject.cpp | 163 if (info.IsConstructCall()) { in npObjectInvokeDefaultHandler()
|
/external/chromium_org/v8/src/ |
D | debug.cc | 165 RelocInfo::IsConstructCall(rmode())) { in Next() 407 if (RelocInfo::IsConstructCall(original_rmode())) { in IsStepInLocation() 464 ASSERT(RelocInfo::IsConstructCall(rmode()) || in PrepareStepIn() 1508 } else if (!(is_inline_cache_stub || RelocInfo::IsConstructCall(it.rmode()) || in PrepareStep() 1687 if (RelocInfo::IsConstructCall(mode)) { in FindDebugBreak()
|
D | runtime.h | 618 F(IsConstructCall, 0, 1) \
|
D | assembler.h | 321 static inline bool IsConstructCall(Mode mode) { in IsConstructCall() function
|
/external/v8/src/ |
D | runtime.h | 489 F(IsConstructCall, 0, 1) \
|
D | assembler.h | 224 static inline bool IsConstructCall(Mode mode) { in IsConstructCall() function
|
D | debug.cc | 165 RelocInfo::IsConstructCall(rmode())) { in Next() 429 ASSERT(RelocInfo::IsConstructCall(rmode()) || in PrepareStepIn() 1410 } else if (!(is_inline_cache_stub || RelocInfo::IsConstructCall(it.rmode()) || in PrepareStep() 1587 if (RelocInfo::IsConstructCall(mode)) { in FindDebugBreak()
|
/external/v8/include/ |
D | v8.h | 1969 inline bool IsConstructCall() const; 4051 bool Arguments::IsConstructCall() const {
|
/external/chromium_org/v8/include/ |
D | v8.h | 2545 V8_INLINE bool IsConstructCall() const; 6147 bool FunctionCallbackInfo<T>::IsConstructCall() const {
|
/external/v8/test/cctest/ |
D | test-api.cc | 4897 if (args.IsConstructCall()) { in CallFun() 7922 if (args.IsConstructCall()) { in ConstructorCallback() 8312 if (args.IsConstructCall()) { in call_as_function() 10315 return v8::Boolean::New(args.IsConstructCall()); in IsConstructHandler() 10319 THREADED_TEST(IsConstructCall) { in THREADED_TEST() argument
|
/external/chromium_org/v8/test/cctest/ |
D | test-api.cc | 6838 if (args.IsConstructCall()) { in CallFun() 10129 if (args.IsConstructCall()) { in ConstructorCallback() 10519 if (args.IsConstructCall()) { in call_as_function() 12688 args.GetReturnValue().Set(args.IsConstructCall()); in IsConstructHandler() 12692 THREADED_TEST(IsConstructCall) { in THREADED_TEST() argument
|