Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/bindings/v8/custom/
DV8WebKitCSSMatrixConstructor.cpp51 if (!args.IsConstructCall()) in constructorCallback()
DV8ArrayBufferCustom.cpp45 if (!args.IsConstructCall()) in constructorCallback()
DV8XMLHttpRequestConstructor.cpp47 if (!args.IsConstructCall()) in constructorCallback()
DV8WebKitPointConstructor.cpp47 if (!args.IsConstructCall()) in constructorCallback()
DV8MessageChannelConstructor.cpp53 if (!args.IsConstructCall()) in constructorCallback()
DV8EventSourceConstructor.cpp50 if (!args.IsConstructCall()) in constructorCallback()
DV8FileReaderCustom.cpp47 if (!args.IsConstructCall()) in constructorCallback()
DV8SharedWorkerCustom.cpp51 if (!args.IsConstructCall()) in constructorCallback()
DV8DOMFormDataCustom.cpp47 if (!args.IsConstructCall()) in constructorCallback()
DV8WebSocketCustom.cpp52 if (!args.IsConstructCall()) in constructorCallback()
DV8HTMLAudioElementConstructor.cpp53 if (!args.IsConstructCall()) in v8HTMLAudioElementConstructorCallback()
DV8WorkerCustom.cpp54 if (!args.IsConstructCall()) in constructorCallback()
DV8HTMLImageElementConstructor.cpp53 if (!args.IsConstructCall()) in v8HTMLImageElementConstructorCallback()
DV8HTMLOptionElementConstructor.cpp53 if (!args.IsConstructCall()) in v8HTMLOptionElementConstructorCallback()
DV8DataViewCustom.cpp41 if (!args.IsConstructCall()) in constructorCallback()
DV8ArrayBufferViewCustom.h82 if (!args.IsConstructCall()) in constructWebGLArray()
/external/webkit/Source/WebCore/bindings/v8/
DV8Proxy.h355 if (!args.IsConstructCall()) in constructDOMObject()
370 if (!args.IsConstructCall()) in constructDOMObjectWithScriptExecutionContext()
DV8NPObject.cpp155 if (args.IsConstructCall()) in npObjectInvokeDefaultHandler()
/external/v8/src/
Druntime.h72 F(IsConstructCall, 0, 1) \
470 F(IsConstructCall, 0, 1) \
Dassembler.h245 static inline bool IsConstructCall(Mode mode) { in IsConstructCall() function
Ddebug.cc172 RelocInfo::IsConstructCall(rmode())) { in Next()
436 ASSERT(RelocInfo::IsConstructCall(rmode()) || code->is_inline_cache_stub() in PrepareStepIn()
1379 } else if (!(is_inline_cache_stub || RelocInfo::IsConstructCall(it.rmode()) || in PrepareStep()
1544 if (RelocInfo::IsConstructCall(mode)) { in FindDebugBreak()
/external/v8/src/arm/
Dlithium-arm.h165 V(IsConstructCall) \
1902 DECLARE_CONCRETE_INSTRUCTION(IsConstructCall, "is-construct-call")
1903 DECLARE_HYDROGEN_ACCESSOR(IsConstructCall)
/external/v8/src/x64/
Dlithium-x64.h165 V(IsConstructCall) \
1879 DECLARE_CONCRETE_INSTRUCTION(IsConstructCall, "is-construct-call")
1880 DECLARE_HYDROGEN_ACCESSOR(IsConstructCall)
/external/v8/src/ia32/
Dlithium-ia32.h115 V(IsConstructCall) \
789 DECLARE_CONCRETE_INSTRUCTION(IsConstructCall, "is-construct-call")
790 DECLARE_HYDROGEN_ACCESSOR(IsConstructCall)
/external/v8/include/
Dv8.h1817 inline bool IsConstructCall() const;
3755 bool Arguments::IsConstructCall() const {

12