Searched refs:ToUint32 (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/v8/src/
H A Druntime.js420 length = (args == null) ? 0 : %ToUint32(args.length);
575 function ToUint32(x) { function
H A Dexecution.h69 MUST_USE_RESULT static MaybeHandle<Object> ToUint32(
H A Dmath.js280 x = ToUint32(TO_NUMBER_INLINE(x));
H A Darray.js1123 var length = ToUint32(array.length);
1392 var length = ToUint32(array.length);
1429 var length = ToUint32(array.length);
H A Dv8natives.js864 var new_length = ToUint32(desc.getValue());
929 var index = ToUint32(p);
1021 var n = ToUint32(obj.length);
H A Dexecution.cc524 MaybeHandle<Object> Execution::ToUint32( function in class:v8::internal::Execution
H A Daccessors.cc247 maybe = Execution::ToUint32(isolate, value);
H A Dapi.cc2944 Local<Uint32> Value::ToUint32() const { function in class:v8::Value
2954 has_pending_exception = !i::Execution::ToUint32(
3094 has_pending_exception = !i::Execution::ToUint32(
H A Dobjects.h1048 bool ToUint32(uint32_t* value);
H A Dobjects.cc191 bool Object::ToUint32(uint32_t* value) { function in class:v8::internal::Object
/external/chromium_org/v8/src/compiler/
H A Djs-typed-lowering.cc544 CHECK(array->length()->ToUint32(&length));
584 CHECK(array->length()->ToUint32(&length));
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc4775 CHECK(0u == obj->ToUint32()->Value()); // NOLINT - no CHECK_EQ for unsigned.
4781 CHECK(2382691125u == obj->ToUint32()->Value()); // NOLINT
4787 CHECK(42u == obj->ToUint32()->Value()); // NOLINT
4793 CHECK(4294967259u == obj->ToUint32()->Value()); // NOLINT
4799 CHECK(2166572391u == obj->ToUint32()->Value()); // NOLINT
4805 CHECK(42u == obj->ToUint32()->Value()); // NOLINT
4811 CHECK(2863311531u == obj->ToUint32()->Value()); // NOLINT
4890 Local<Value> to_uint32_result = obj->ToUint32();
/external/chromium_org/v8/include/
H A Dv8.h1677 Local<Uint32> ToUint32() const;

Completed in 2263 milliseconds