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

1 2

  /external/chromium_org/gin/
arguments.cc 48 bool Arguments::IsConstructCall() const {
49 return info_->IsConstructCall();
arguments.h 84 bool IsConstructCall() const;
wrappable_unittest.cc 101 if (arguments.IsConstructCall())
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceConstructor3.cpp 56 if (!info.IsConstructCall()) {
V8TestInterfaceCustomConstructor.cpp 40 if (!info.IsConstructCall()) {
V8TestInterfaceWillBeGarbageCollected.cpp 116 if (!info.IsConstructCall()) {
160 if (!info.IsConstructCall()) {
V8TestInterfaceConstructor.cpp 218 if (!info.IsConstructCall()) {
286 if (!info.IsConstructCall()) {
V8TestInterfaceConstructor4.cpp 89 if (!info.IsConstructCall()) {
V8TestInterfaceEventTarget.cpp 41 if (!info.IsConstructCall()) {
V8TestInterfaceGarbageCollected.cpp 115 if (!info.IsConstructCall()) {
V8TestInterfaceNamedConstructor2.cpp 41 if (!info.IsConstructCall()) {
V8TestInterfaceConstructor2.cpp 179 if (!info.IsConstructCall()) {
V8TestInterfaceNamedConstructor.cpp 66 if (!info.IsConstructCall()) {
V8TestNode.cpp 175 if (!info.IsConstructCall()) {
V8TestInterfaceEventConstructor.cpp 324 if (!info.IsConstructCall()) {
V8TestTypedefs.cpp 315 if (!info.IsConstructCall()) {
V8TestInterface2.cpp 444 if (!info.IsConstructCall()) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
CustomElementConstructorBuilder.cpp 270 if (!info.IsConstructCall()) {
V8NPObject.cpp 162 if (info.IsConstructCall()) {
  /external/chromium_org/v8/src/
assembler.h 396 static inline bool IsConstructCall(Mode mode) {
    [all...]
debug.cc 137 RelocInfo::IsConstructCall(rmode())) {
366 if (RelocInfo::IsConstructCall(original_rmode())) {
408 DCHECK(RelocInfo::IsConstructCall(rmode()) ||
468 if (RelocInfo::IsConstructCall(mode)) {
    [all...]
runtime.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
methods.cpp 553 if (!info.IsConstructCall()) {
interface.cpp 774 if (!info.IsConstructCall()) {
    [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]

Completed in 599 milliseconds

1 2