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

  /external/v8/src/
property-descriptor.cc 87 if (!value->IsCallable()) return false;
91 if (!value->IsCallable()) return false;
213 // 18c. If IsCallable(getter) is false and getter is not undefined,
215 if (!getter->IsCallable() && !getter->IsUndefined()) {
230 // 21c. If IsCallable(setter) is false and setter is not undefined,
232 if (!setter->IsCallable() && !setter->IsUndefined()) {
objects-debug.cc 25 CHECK(!IsConstructor() || IsCallable());
40 CHECK(!IsCallable());
557 CHECK(bound_target_function()->IsCallable());
559 CHECK(IsCallable());
840 CHECK_EQ(target()->IsCallable(), map()->is_callable());
    [all...]
json-stringifier.h 346 if (object->IsCallable()) return UNCHANGED;
factory.cc     [all...]
objects.cc 424 if (object->IsCallable()) return isolate->factory()->function_string();
667 if (!func->IsCallable()) {
    [all...]
objects-inl.h 197 bool Object::IsCallable() const {
    [all...]
api.cc     [all...]
builtins.cc     [all...]
objects.h     [all...]
  /external/v8/src/runtime/
runtime-object.cc 890 return obj->IsUndefined() || obj->IsCallable() || obj->IsNull();
    [all...]
  /external/pdfium/xfa/src/fxjse/src/
value.cpp 493 if (hFunctionObject.IsEmpty() || !hFunctionObject->IsCallable()) {
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 369 milliseconds