HomeSort by relevance Sort by last modified time
    Searched refs:ValueOf (Results 1 - 25 of 32) sorted by null

1 2

  /external/v8/src/
unicode-decoder.cc 24 uint32_t character = Utf8::ValueOf(stream, stream_length, &cursor);
66 uint32_t character = Utf8::ValueOf(stream, stream_length, &cursor);
unicode-inl.h 113 uchar Utf8::ValueOf(const byte* bytes, size_t length, size_t* cursor) {
unicode.h 157 static inline uchar ValueOf(const byte* str, size_t length, size_t* cursor);
api.cc     [all...]
objects.cc     [all...]
  /external/v8/test/mjsunit/compiler/
store-elimination.js 71 a.x = 3; // not eliminatable (implicit ValueOf following)
  /external/v8/test/mjsunit/
mjsunit.js 121 var NumberPrototypeValueOf = Number.prototype.valueOf;
122 var BooleanPrototypeValueOf = Boolean.prototype.valueOf;
123 var StringPrototypeValueOf = String.prototype.valueOf;
124 var DatePrototypeValueOf = Date.prototype.valueOf;
137 function ValueOf(value) {
173 return objectClass + "(" + PrettyPrint(ValueOf(value)) + ")";
262 if (ValueOf(a) !== ValueOf(b)) return false;
  /external/v8/test/cctest/compiler/
test-machine-operator-reducer.cc 87 const T ValueOf(const Operator* op) {
108 CHECK_EQ(expect, ValueOf<T>(reduction.replacement()->op()));
147 CHECK_EQ(left_expect, ValueOf<T>(r.replacement()->InputAt(0)->op()));
165 CHECK_EQ(right_expect, ValueOf<T>(r.replacement()->InputAt(1)->op()));
test-run-intrinsics.cc 290 TEST(ValueOf) {
  /external/v8/test/mjsunit/regress/
regress-2443.js 45 assertThrows(function() { Number.prototype.ValueOf.call({}) },
49 // Call on Number objects with custom valueOf method.
52 x_obj.valueOf = function() { assertUnreachable(); };
83 var f_obj = { valueOf: function() { f_flag = true; return 1000; } };
  /external/v8/src/full-codegen/
full-codegen.h 482 F(ValueOf) \
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/runtime/
runtime.h 453 F(ValueOf, 1, 1) \
    [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
  /external/v8/src/heap/
heap.cc     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 473 milliseconds

1 2