Searched refs:ValueOf (Results 1 - 16 of 16) sorted by relevance

/external/v8/test/mjsunit/regress/
H A Dregress-2443.js45 assertThrows(function() { Number.prototype.ValueOf.call({}) },
/external/lldb/include/lldb/Core/
H A DValue.h239 ValueOf(ExecutionContext *exe_ctx);
/external/v8/src/
H A Dunicode-inl.h129 uchar Utf8::ValueOf(const byte* bytes, unsigned length, unsigned* cursor) { function in class:unibrow::Utf8
H A Dunicode.h153 static inline uchar ValueOf(const byte* str,
H A Dunicode.cc273 uint32_t character = Utf8::ValueOf(stream, stream_length, &cursor);
313 uint32_t character = Utf8::ValueOf(stream, Utf8::kMaxEncodedSize, &cursor);
H A Druntime.h660 F(ValueOf, 1, 1) \
H A Dapi.cc5617 double v8::NumberObject::ValueOf() const { function in class:v8::v8::NumberObject
5640 bool v8::BooleanObject::ValueOf() const { function in class:v8::v8::BooleanObject
5660 Local<v8::String> v8::StringObject::ValueOf() const { function in class:v8::v8::StringObject
5680 Local<v8::Symbol> v8::SymbolObject::ValueOf() const { function in class:v8::v8::SymbolObject
5707 double v8::Date::ValueOf() const { function in class:v8::v8::Date
H A Dobjects.cc8786 uint32_t r = unibrow::Utf8::ValueOf(utf8_data, remaining_in_str, &cursor);
8967 uint32_t c = unibrow::Utf8::ValueOf(stream, remaining, &consumed);
/external/v8/test/cctest/compiler/
H A Dtest-machine-operator-reducer.cc83 const T ValueOf(const Operator* op) { function in class:ReducerTester
104 CHECK_EQ(expect, ValueOf<T>(reduction.replacement()->op()));
143 CHECK_EQ(left_expect, ValueOf<T>(r.replacement()->InputAt(0)->op()));
159 CHECK_EQ(right_expect, ValueOf<T>(r.replacement()->InputAt(1)->op()));
H A Dtest-run-intrinsics.cc132 TEST(ValueOf) {
/external/lldb/source/Core/
H A DValue.cpp166 Value::ValueOf(ExecutionContext *exe_ctx) function in class:Value
/external/v8/include/
H A Dv8.h3180 double ValueOf() const;
3210 double ValueOf() const;
3226 bool ValueOf() const;
3242 Local<String> ValueOf() const;
3260 Local<Symbol> ValueOf() const;
/external/v8/test/cctest/
H A Dtest-api.cc1607 Local<v8::String> the_string = as_boxed->ValueOf();
1613 the_string = as_boxed->ValueOf();
1630 double the_number = as_boxed->ValueOf();
1636 the_number = as_boxed->ValueOf();
1653 bool the_boolean = as_boxed->ValueOf();
1660 CHECK_EQ(true, as_boxed->ValueOf());
1662 CHECK_EQ(false, as_boxed->ValueOf());
1689 CHECK(!false_boolean_object->ValueOf());
1712 CHECK(true_boolean_object->ValueOf());
2859 CHECK(v8::SymbolObject::Cast(*sym_obj)->ValueOf()
[all...]
/external/v8/src/heap/
H A Dheap.cc3779 uint32_t c = unibrow::Utf8::ValueOf(stream, stream_length, &consumed);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 622 milliseconds