Searched refs:ToInteger (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/v8/src/
H A Dharmony-string.js45 var n = ToInteger(count);
71 pos = ToInteger(pos);
99 pos = ToInteger(arg);
126 pos = ToInteger(pos);
H A Dharmony-array.js44 var length = ToInteger(array.length);
82 var length = ToInteger(array.length);
H A Doptimizing-compiler-thread.cc43 thread_id_ = ThreadId::Current().ToInteger();
217 return ThreadId::Current().ToInteger() == thread_id_;
H A Dexecution.h98 static Handle<Object> ToInteger(Handle<Object> obj, bool* exc);
H A Djson.js202 space = MathMax(0, MathMin(ToInteger(space), 10));
H A Druntime.js583 function ToInteger(x) { function
H A Dexecution.cc630 Handle<Object> Execution::ToInteger(Handle<Object> obj, bool* exc) { function in class:v8::internal::Execution
H A Disolate.h188 int ToInteger() const { return id_; } function in class:v8::internal::ThreadId
H A Dapi.cc3001 Local<Integer> Value::ToInteger() const { function in class:v8::Value
3008 if (IsDeadCheck(isolate, "v8::Value::ToInteger()")) return Local<Integer>();
3009 LOG_API(isolate, "ToInteger");
3012 num = i::Execution::ToInteger(obj, &has_pending_exception);
3250 num = i::Execution::ToInteger(obj, &has_pending_exception);
6961 return isolate->thread_id().ToInteger();
H A Druntime.cc12302 Smi::FromInt(ThreadId::Current().ToInteger()));
12320 Smi::FromInt(thread->id().ToInteger()));
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptDebugServer.cpp334 int code = static_cast<int>(resultTuple->Get(0)->ToInteger()->Value());
352 .setLineNumber(resultTuple->Get(3)->ToInteger()->Value())
353 .setColumnNumber(resultTuple->Get(4)->ToInteger()->Value());
578 script.startLine = object->Get(v8::String::NewSymbol("startLine"))->ToInteger()->Value();
579 script.startColumn = object->Get(v8::String::NewSymbol("startColumn"))->ToInteger()->Value();
580 script.endLine = object->Get(v8::String::NewSymbol("endLine"))->ToInteger()->Value();
581 script.endColumn = object->Get(v8::String::NewSymbol("endColumn"))->ToInteger()->Value();
H A DDictionary.cpp227 v8::Local<v8::Integer> v8Integer = v8Value->ToInteger();
/external/v8/src/
H A Dexecution.h101 static Handle<Object> ToInteger(Handle<Object> obj, bool* exc);
H A Djson.js326 space = MathMax(0, MathMin(ToInteger(space), 10));
H A Druntime.js579 function ToInteger(x) { function
H A Dexecution.cc630 Handle<Object> Execution::ToInteger(Handle<Object> obj, bool* exc) { function in class:v8::internal::Execution
H A Disolate.h170 int ToInteger() const { return id_; } function in class:v8::internal::ThreadId
H A Dapi.cc2375 Local<Integer> Value::ToInteger() const { function in class:v8::Value
2382 if (IsDeadCheck(isolate, "v8::Value::ToInteger()")) return Local<Integer>();
2383 LOG_API(isolate, "ToInteger");
2386 num = i::Execution::ToInteger(obj, &has_pending_exception);
2551 num = i::Execution::ToInteger(obj, &has_pending_exception);
5309 return isolate->thread_id().ToInteger();
H A Druntime.cc11359 Smi::FromInt(ThreadId::Current().ToInteger()));
11377 Smi::FromInt(thread->id().ToInteger()));
/external/v8/include/
H A Dv8.h964 V8EXPORT Local<Integer> ToInteger() const;
/external/chromium_org/v8/include/
H A Dv8.h1488 Local<Integer> ToInteger() const;
/external/v8/test/cctest/
H A Dtest-api.cc2898 Local<Value> to_integer_result = obj->ToInteger();
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc4228 Local<Value> to_integer_result = obj->ToInteger();

Completed in 1112 milliseconds