HomeSort by relevance Sort by last modified time
    Searched refs:IsFunction (Results 1 - 25 of 36) 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()) {
153 DCHECK(!GetType(var)->IsFunction());
288 DCHECK(type->IsFunction());
498 if (!expr->bounds().upper->IsFunction()) {
628 if (!computed_type_->IsFunction()) {
646 if (!computed_type_->IsFunction()) {
726 if (type->IsFunction()) {
925 if (computed_type_->IsFunction()) {
989 if (computed_type_->IsFunction()) {
    [all...]
types.cc 176 if (type->IsFunction()) return kFunction;
494 if (this->IsFunction()) {
495 if (!that->IsFunction()) return false;
    [all...]
types-inl.h 46 t->IsUnion() || t->IsArray() || t->IsFunction() || t->IsContext());
types.h 501 bool IsFunction() {
    [all...]
  /external/v8/test/cctest/
test-log-stack-tracer.cc 70 CHECK(func->IsFunction());
test-types.cc 173 this->IsUnion(t) + t->IsArray() + t->IsFunction() + t->IsContext());
534 CHECK(function0->IsFunction());
535 CHECK(function1->IsFunction());
536 CHECK(function2->IsFunction());
    [all...]
test-thread-termination.cc 559 CHECK(value->IsFunction());
  /external/v8/src/runtime/
runtime-function.cc 338 return isolate->heap()->ToBoolean(object->IsFunction());
runtime.h 248 F(IsFunction, 1, 1) \
    [all...]
  /external/v8/test/cctest/compiler/
test-run-intrinsics.cc 92 TEST(IsFunction) {
  /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/full-codegen/
full-codegen.h 490 F(IsFunction) \
    [all...]
  /external/v8/src/wasm/
asm-wasm-builder.cc 334 if (expr->bounds().lower->IsFunction()) {
    [all...]
  /external/v8/src/ast/
ast.h     [all...]

Completed in 248 milliseconds

1 2