OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v8_num
(Results
1 - 5
of
5
) sorted by null
/external/v8/test/cctest/
test-api.cc
762
global->Set(v8_str("pi"),
v8_num
(3.1415926));
770
return
v8_num
(102);
776
args.This()->Set(v8_str("x"),
v8_num
(1));
777
args.This()->Set(v8_str("y"),
v8_num
(2));
783
return
v8_num
(239);
[
all
...]
test-log-stack-tracer.cc
231
args.This()->Set(v8_str("low_bits"),
v8_num
(low_bits >> 1));
236
args.This()->Set(v8_str("low_bits"),
v8_num
(low_bits));
237
args.This()->Set(v8_str("high_bits"),
v8_num
(high_bits));
cctest.h
191
static inline v8::Local<v8::Value>
v8_num
(double x) {
function
test-accessors.cc
52
return
v8_num
(900);
75
return
v8_num
(*value);
123
return
v8_num
(x_register);
test-heap-profiler.cc
638
global->SetInternalField(0,
v8_num
(17));
[
all
...]
Completed in 201 milliseconds