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

  /external/v8/src/
runtime.cc 67 #define RUNTIME_ASSERT(value) \
74 RUNTIME_ASSERT(args[index]->Is##Type()); \
78 RUNTIME_ASSERT(args[index]->Is##Type()); \
85 RUNTIME_ASSERT(args[index]->IsBoolean()); \
92 RUNTIME_ASSERT(args[index]->IsSmi()); \
99 RUNTIME_ASSERT(args[index]->IsNumber()); \
106 RUNTIME_ASSERT(obj->IsNumber()); \
114 RUNTIME_ASSERT(args[index]->IsSmi()); \
121 RUNTIME_ASSERT(args[index]->IsSmi()); \
122 RUNTIME_ASSERT(args.smi_at(index) == kStrictMode ||
    [all...]
  /external/chromium_org/v8/src/
runtime.cc 103 #define RUNTIME_ASSERT(value) \
110 RUNTIME_ASSERT(args[index]->Is##Type()); \
114 RUNTIME_ASSERT(args[index]->Is##Type()); \
121 RUNTIME_ASSERT(args[index]->IsBoolean()); \
128 RUNTIME_ASSERT(args[index]->IsSmi()); \
135 RUNTIME_ASSERT(args[index]->IsNumber()); \
142 RUNTIME_ASSERT(obj->IsNumber()); \
150 RUNTIME_ASSERT(args[index]->IsSmi()); \
157 RUNTIME_ASSERT(args[index]->IsSmi()); \
158 RUNTIME_ASSERT(args.smi_at(index) == kStrictMode ||
    [all...]

Completed in 710 milliseconds