Home
last modified time | relevance | path

Searched refs:IsBooleanObject (Results 1 – 3 of 3) sorted by relevance

/external/v8/include/
Dv8.h937 V8EXPORT bool IsBooleanObject() const;
/external/v8/test/cctest/
Dtest-api.cc1092 CHECK(boxed_boolean->IsBooleanObject()); in THREADED_TEST()
1094 CHECK(!unboxed_boolean->IsBooleanObject()); in THREADED_TEST()
1096 CHECK(!boxed_not_boolean->IsBooleanObject()); in THREADED_TEST()
1104 CHECK(boxed_true->IsBooleanObject()); in THREADED_TEST()
1105 CHECK(boxed_false->IsBooleanObject()); in THREADED_TEST()
/external/v8/src/
Dapi.cc2263 bool Value::IsBooleanObject() const { in IsBooleanObject() function in v8::Value