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

1 2

  /external/llvm/tools/llvm-diff/
DiffConsumer.h 59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {}
63 bool IsFunction;
DiffConsumer.cpp 77 if (!ctxt.IsFunction) continue;
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation.py 75 def IsFunction(self):
82 return self.IsFunction() and key_type.identifier == 'new'
120 if self.IsFunction():
  /external/skia/experimental/SkV8Example/
JsContext.cpp 125 if (!fn_val->IsFunction()) {
Global.cpp 113 if (!args[0]->IsFunction()) {
  /external/pdfium/xfa/src/fxjse/src/
value.h 92 V8_INLINE FX_BOOL IsFunction() const {
99 return hValue->IsFunction();
context.cpp 222 ASSERT(hWrapperValue->IsFunction());
value.cpp 47 return lpValue && lpValue->IsFunction();
456 if (hOldFunction.IsEmpty() || !hOldFunction->IsFunction()) {
474 if (hBoundFunction.IsEmpty() || !hBoundFunction->IsFunction()) {
  /external/v8/src/
typing-asm.cc 131 if (!computed_type_->IsFunction()) {
154 DCHECK(!GetType(var)->IsFunction());
292 DCHECK(type->IsFunction());
502 if (!bounds_.get(expr).upper->IsFunction()) {
636 if (!computed_type_->IsFunction()) {
654 if (!computed_type_->IsFunction()) {
763 if (type->IsFunction()) {
    [all...]
types.cc 152 if (type->IsFunction()) return kFunction;
428 if (this->IsFunction()) {
429 if (!that->IsFunction()) return false;
    [all...]
types.h 792 bool IsFunction() { return IsKind(TypeBase::kFunction); }
  /external/v8/test/cctest/compiler/
test-run-intrinsics.cc 67 TEST(IsFunction) {
  /external/v8/test/cctest/
test-log-stack-tracer.cc 70 CHECK(func->IsFunction());
test-types.cc 107 this->IsUnion(t) + t->IsArray() + t->IsFunction() + t->IsContext());
466 CHECK(function0->IsFunction());
467 CHECK(function1->IsFunction());
468 CHECK(function2->IsFunction());
794 (type1->IsFunction() && type2->IsFunction()) ||
    [all...]
test-thread-termination.cc 584 CHECK(value->IsFunction());
test-api.cc     [all...]
  /external/v8/src/runtime/
runtime-function.cc 290 return isolate->heap()->ToBoolean(object->IsFunction());
runtime.h 230 F(IsFunction, 1, 1) \
    [all...]
  /external/v8/src/js/
macros.py 72 macro IS_FUNCTION(arg) = (%IsFunction(arg));
  /external/v8/samples/
process.cc 207 !process_val->IsFunction()) {
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 519 return (*function)->IsFunction();
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 810 if (v->IsFunction()) {
  /external/v8/src/wasm/
asm-wasm-builder.cc 464 if (bounds_->get(expr).lower->IsFunction()) {
864 bounds_->get(funcs).lower->AsArray()->Element()->IsFunction()) {
    [all...]
  /external/v8/src/ast/
ast.h     [all...]

Completed in 538 milliseconds

1 2