Home
last modified time | relevance | path

Searched refs:IsConstructCall (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestInterfaceCustomConstructor.cpp77 if (!info.IsConstructCall()) { in constructorCallback()
DV8TestInterfaceConstructor3.cpp91 if (!info.IsConstructCall()) { in constructorCallback()
DV8TestInterfaceNamedConstructor.cpp78 if (!info.IsConstructCall()) { in V8TestInterfaceNamedConstructorConstructorCallback()
DV8TestNamedConstructor.cpp78 if (!info.IsConstructCall()) { in V8TestNamedConstructorConstructorCallback()
DV8TestInterfaceConstructor2.cpp126 if (!info.IsConstructCall()) { in constructorCallback()
DV8TestNode.cpp147 if (!info.IsConstructCall()) { in constructorCallback()
DV8TestInterfaceConstructor.cpp137 if (!info.IsConstructCall()) { in constructorCallback()
DV8TestOverloadedConstructors.cpp148 if (!info.IsConstructCall()) { in constructorCallback()
DV8TestInterfaceEventConstructor.cpp327 if (!info.IsConstructCall()) { in constructorCallback()
DV8TestTypedefs.cpp476 if (!info.IsConstructCall()) { in constructorCallback()
DV8TestInterface.cpp836 if (!info.IsConstructCall()) { in constructorCallback()
DV8TestObject.cpp5305 if (!info.IsConstructCall()) { in constructorCallback()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DCustomElementConstructorBuilder.cpp263 if (!info.IsConstructCall()) { in constructCustomElement()
DV8NPObject.cpp163 if (info.IsConstructCall()) { in npObjectInvokeDefaultHandler()
/external/chromium_org/v8/src/
Ddebug.cc165 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()
Druntime.h618 F(IsConstructCall, 0, 1) \
Dassembler.h321 static inline bool IsConstructCall(Mode mode) { in IsConstructCall() function
/external/v8/src/
Druntime.h489 F(IsConstructCall, 0, 1) \
Dassembler.h224 static inline bool IsConstructCall(Mode mode) { in IsConstructCall() function
Ddebug.cc165 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/
Dv8.h1969 inline bool IsConstructCall() const;
4051 bool Arguments::IsConstructCall() const {
/external/chromium_org/v8/include/
Dv8.h2545 V8_INLINE bool IsConstructCall() const;
6147 bool FunctionCallbackInfo<T>::IsConstructCall() const {
/external/v8/test/cctest/
Dtest-api.cc4897 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/
Dtest-api.cc6838 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