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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLImageElementConstructor.cpp 51 if (!args.IsConstructCall()) {
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestEventConstructor.cpp 131 if (!args.IsConstructCall()) {
V8TestNamedConstructor.cpp 72 if (!args.IsConstructCall()) {
V8TestNode.cpp 80 if (!args.IsConstructCall()) {
V8Float64Array.cpp 136 if (!args.IsConstructCall()) {
V8TestExtendedEvent.cpp 141 if (!args.IsConstructCall()) {
V8TestOverloadedConstructors.cpp 143 if (!args.IsConstructCall()) {
V8TestTypedefs.cpp 534 if (!args.IsConstructCall()) {
V8TestInterface.cpp     [all...]
V8TestObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementConstructorBuilder.cpp 287 if (!args.IsConstructCall()) {
V8NPObject.cpp 164 if (args.IsConstructCall()) {
  /external/chromium_org/v8/src/
assembler.h 310 static inline bool IsConstructCall(Mode mode) {
    [all...]
runtime.h 597 F(IsConstructCall, 0, 1) \
debug.cc 164 RelocInfo::IsConstructCall(rmode())) {
406 if (RelocInfo::IsConstructCall(rmode())) {
463 ASSERT(RelocInfo::IsConstructCall(rmode()) ||
    [all...]
  /external/v8/src/
assembler.h 224 static inline bool IsConstructCall(Mode mode) {
runtime.h 489 F(IsConstructCall, 0, 1) \
debug.cc 165 RelocInfo::IsConstructCall(rmode())) {
429 ASSERT(RelocInfo::IsConstructCall(rmode()) ||
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm     [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]

Completed in 855 milliseconds