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

  /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/skia/experimental/SkV8Example/
JsContext.cpp 125 if (!fn_val->IsFunction()) {
Global.cpp 113 if (!args[0]->IsFunction()) {
  /external/v8/test/cctest/
test-log-stack-tracer.cc 69 CHECK(func->IsFunction());
test-types.cc 405 this->IsUnion(t) + t->IsArray() + t->IsFunction() + t->IsContext());
660 CHECK(function0->IsFunction());
661 CHECK(function1->IsFunction());
662 CHECK(function2->IsFunction());
    [all...]
test-api.cc     [all...]
test-debug.cc 798 CHECK(data->IsFunction());
    [all...]
  /external/v8/src/
types.cc 156 if (type->IsFunction()) return kFunction;
413 if (this->IsFunction()) {
414 if (!that->IsFunction()) return false;
961 } else if (type->IsFunction()) {
    [all...]
types-inl.h 23 t->IsUnion() || t->IsArray() || t->IsFunction() || t->IsContext());
types.h 438 bool IsFunction() {
870 DCHECK(type->IsFunction());
    [all...]
runtime.h     [all...]
ast.h     [all...]
api.cc     [all...]
  /external/v8/samples/
lineprocessor.cc 215 if (!process_val->IsFunction()) {
process.cc 196 if (!process_val->IsFunction()) return false;
  /external/v8/test/cctest/compiler/
test-run-intrinsics.cc 77 TEST(IsFunction) {
  /external/v8/src/compiler/
typer.cc 628 Type* lower = fun.lower->IsFunction()
630 Type* upper = fun.upper->IsFunction()
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 507 return (*function)->IsFunction();
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 1001 if(v->IsFunction())
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 923 milliseconds