HomeSort by relevance Sort by last modified time
    Searched refs:IsConstructCall (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ArrayBufferCustom.cpp 45 if (!args.IsConstructCall())
V8WebKitCSSMatrixConstructor.cpp 51 if (!args.IsConstructCall())
V8WebKitPointConstructor.cpp 47 if (!args.IsConstructCall())
V8XMLHttpRequestConstructor.cpp 47 if (!args.IsConstructCall())
V8EventSourceConstructor.cpp 50 if (!args.IsConstructCall())
V8MessageChannelConstructor.cpp 53 if (!args.IsConstructCall())
V8DOMFormDataCustom.cpp 47 if (!args.IsConstructCall())
V8FileReaderCustom.cpp 47 if (!args.IsConstructCall())
V8SharedWorkerCustom.cpp 51 if (!args.IsConstructCall())
V8WebSocketCustom.cpp 52 if (!args.IsConstructCall())
V8HTMLAudioElementConstructor.cpp 53 if (!args.IsConstructCall())
V8HTMLImageElementConstructor.cpp 53 if (!args.IsConstructCall())
V8HTMLOptionElementConstructor.cpp 53 if (!args.IsConstructCall())
V8WorkerCustom.cpp 54 if (!args.IsConstructCall())
V8DataViewCustom.cpp 41 if (!args.IsConstructCall())
V8ArrayBufferViewCustom.h 82 if (!args.IsConstructCall())
  /external/v8/src/
runtime.h 72 F(IsConstructCall, 0, 1) \
470 F(IsConstructCall, 0, 1) \
assembler.h 245 static inline bool IsConstructCall(Mode mode) {
debug.cc 172 RelocInfo::IsConstructCall(rmode())) {
436 ASSERT(RelocInfo::IsConstructCall(rmode()) || code->is_inline_cache_stub()
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.h 355 if (!args.IsConstructCall())
370 if (!args.IsConstructCall())
V8NPObject.cpp 155 if (args.IsConstructCall())
  /external/v8/src/arm/
lithium-arm.h 165 V(IsConstructCall) \
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 115 V(IsConstructCall) \
789 DECLARE_CONCRETE_INSTRUCTION(IsConstructCall, "is-construct-call")
790 DECLARE_HYDROGEN_ACCESSOR(IsConstructCall)
    [all...]
  /external/v8/src/x64/
lithium-x64.h 165 V(IsConstructCall) \
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 350 milliseconds

1 2