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

1 2 3

  /external/v8/test/cctest/
test-unscopables-hidden-prototype.cc 42 CHECK(object->SetPrototype(current_context, hidden_prototype).FromJust());
59 .FromJust());
70 .FromJust());
82 .FromJust());
94 .FromJust());
106 .FromJust());
118 .FromJust());
test-global-object.cc 48 proto->Set(context.local(), var_name, v8_num(100)).FromJust();
49 global->SetPrototype(context.local(), proto).FromJust();
73 .FromJust();
75 env2->Global()->Set(env2, v8_str("a"), v8_str("a")).FromJust();
76 env2->Global()->Set(env2, v8_str("42"), v8_str("42")).FromJust();
85 .FromJust());
89 .FromJust());
test-api-interceptors.cc 82 .FromJust();
136 if (value->IsInt32() && value->Int32Value(context).FromJust() < 10000) {
139 self->SetPrivate(context, symbol, value).FromJust();
192 self->Set(info.GetIsolate()->GetCurrentContext(), str, value).FromJust();
231 .FromJust());
240 .FromJust());
250 .FromJust());
261 .FromJust());
270 .FromJust());
280 .FromJust());
    [all...]
test-api.cc 116 .FromJust());
120 .FromJust());
126 .FromJust());
215 .FromJust());
251 .FromJust());
255 .FromJust());
258 .FromJust());
261 .FromJust());
328 CHECK(obj->Set(env.local(), v8_str("foo"), bar_str).FromJust());
333 CHECK(bar_str->Equals(env.local(), foo_after).FromJust());
    [all...]
test-accessors.cc 82 CHECK(env->Global()->Set(env.local(), v8_str("Fun"), fun).FromJust());
90 .FromJust());
95 .FromJust());
100 .FromJust());
105 .FromJust());
111 .FromJust());
116 .FromJust());
134 *field = value->Int32Value(info.GetIsolate()->GetCurrentContext()).FromJust();
172 x_receiver->Equals(isolate->GetCurrentContext(), info.This()).FromJust());
180 .FromJust());
    [all...]
profiler-extension.cc 45 if (name->Equals(context, v8_str(isolate, "startProfiling")).FromJust()) {
49 if (name->Equals(context, v8_str(isolate, "stopProfiling")).FromJust()) {
52 if (name->Equals(context, v8_str(isolate, "collectSample")).FromJust()) {
test-deoptimization.cc 144 .FromJust());
164 .FromJust());
190 .FromJust());
211 .FromJust());
238 .FromJust());
243 .FromJust());
271 .FromJust());
276 .FromJust());
313 .FromJust());
318 .FromJust());
    [all...]
test-access-checks.cc 17 if (property->Equals(context, v8_str("cross_context_int")).FromJust())
25 if (!property->Equals(context, v8_str("cross_context_int")).FromJust())
37 if (!property->Equals(context, v8_str("cross_context_int")).FromJust())
46 if (!property->Equals(context, v8_str("cross_context_int")).FromJust())
55 names->Set(context, 0, v8_str("cross_context_int")).FromJust();
89 names->Set(context, 0, v8_str("7")).FromJust();
157 .FromJust();
trace-extension.cc 50 .FromJust()) {
56 .FromJust()) {
62 .FromJust()) {
68 .FromJust()) {
test-receiver-check-hidden-prototype.cc 61 CHECK(object->SetPrototype(current_context, hidden_prototype).FromJust());
70 .FromJust());
test-compiler.cc 378 .FromJust();
424 .FromJust();
446 .FromJust();
494 .FromJust();
519 .FromJust();
566 CHECK(env->Global()->Has(env.local(), v8_str("a")).FromJust());
570 CHECK(env->Global()->Has(env.local(), v8_str("x")).FromJust());
574 CHECK(env->Global()->Has(env.local(), v8_str("y")).FromJust());
578 CHECK_EQ(314.1592653589793, a->NumberValue(env.local()).FromJust());
579 CHECK_EQ(-10.0, x->NumberValue(env.local()).FromJust());
    [all...]
test-log-stack-tracer.cc 99 .FromJust();
104 args.This()->Set(context, v8_str("low_bits"), v8_num(low_bits)).FromJust();
105 args.This()->Set(context, v8_str("high_bits"), v8_num(high_bits)).FromJust();
121 context->Global()->Set(context, v8_str(constructor_name), fun).FromJust();
test-api-fast-accessor-builder.cc 90 .FromJust());
132 CHECK(env->Global()->Set(env.local(), v8_str("obj"), obj).FromJust());
180 CHECK(env->Global()->Set(env.local(), v8_str("obj"), obj).FromJust());
225 CHECK(env->Global()->Set(env.local(), v8_str("obj"), obj).FromJust());
287 CHECK(env->Global()->Set(env.local(), v8_str("obj"), obj).FromJust());
353 CHECK(env->Global()->Set(env.local(), v8_str("obj"), obj).FromJust());
test-debug.cc 194 return value->Int32Value(isolate->GetCurrentContext()).FromJust();
218 return value->Int32Value(isolate->GetCurrentContext()).FromJust();
245 return value->Int32Value(isolate->GetCurrentContext()).FromJust();
556 last_source_line = result->Int32Value(context).FromJust();
567 last_source_column = result->Int32Value(context).FromJust();
645 last_js_stack_height = result->Int32Value(context).FromJust();
655 result->Int32Value(context).FromJust());
    [all...]
test-js-arm64-variables.cc 66 CHECK_EQ(expected, result->Int32Value(context).FromJust());
test-platform.cc 66 CHECK_EQ(0u, result->Uint32Value(isolate->GetCurrentContext()).FromJust() %
test-javascript-arm64.cc 64 CHECK_EQ(expected, result->BooleanValue(context).FromJust());
71 CHECK_EQ(expected, result->Int32Value(context).FromJust());
78 CHECK_EQ(expected, result->NumberValue(context).FromJust());
test-serialize.cc 212 CHECK_EQ(4, result.FromJust());
237 CHECK_EQ(4, result.FromJust());
577 .FromJust();
583 .FromJust();
589 .FromJust());
594 .FromJust();
600 .FromJust();
632 CHECK_EQ(42, result.FromJust());
649 CHECK_EQ(86, result.FromJust());
651 CHECK_EQ(43, result.FromJust());
    [all...]
  /external/v8/src/runtime/
runtime-operators.cc 118 return isolate->heap()->ToBoolean(result.FromJust());
128 return isolate->heap()->ToBoolean(!result.FromJust());
154 return isolate->heap()->ToBoolean(result.FromJust());
164 return isolate->heap()->ToBoolean(result.FromJust());
174 return isolate->heap()->ToBoolean(result.FromJust());
184 return isolate->heap()->ToBoolean(result.FromJust());
runtime-forin.cc 62 if (result.FromJust() == ABSENT) {
72 } else if (result.FromJust() & DONT_ENUM) {
81 if (result.FromJust() != ABSENT) return it.GetName();
88 if (result.FromJust() != ABSENT) return it.GetName();
runtime-object.cc 165 if (maybe.FromJust()) return isolate->heap()->true_value();
184 return isolate->heap()->ToBoolean(maybe.FromJust());
195 return isolate->heap()->ToBoolean(result.FromJust());
460 return isolate->heap()->ToBoolean(result.FromJust());
507 return isolate->heap()->ToBoolean(maybe.FromJust());
521 if (maybe.FromJust() == ABSENT) return isolate->heap()->false_value();
522 return isolate->heap()->ToBoolean((maybe.FromJust() & DONT_ENUM) == 0);
883 switch (result.FromJust()) {
906 return isolate->heap()->ToBoolean(result.FromJust());
  /external/v8/src/extensions/
statistics-extension.cc 34 .FromJust();
45 v8::Number::New(isolate, static_cast<double>(value))).FromJust();
56 v8::Number::New(isolate, static_cast<double>(value))).FromJust();
  /external/v8/test/cctest/compiler/
test-run-deopt.cc 27 .FromJust());
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 319 v8Context->Global()->Set(v8Context, m_ObjName, obj).FromJust();
586 FXJS_WSToJSString(pIsolate, sValue)).FromJust();
597 v8::Int32::New(pIsolate, nValue)).FromJust();
608 v8::Number::New(pIsolate, (double)fValue)).FromJust();
619 v8::Number::New(pIsolate, (double)dValue)).FromJust();
630 v8::Boolean::New(pIsolate, bValue)).FromJust();
640 FXJS_WSToJSString(pIsolate, PropertyName), pPut).FromJust();
650 v8::Local<v8::Object>()).FromJust();
  /external/v8/test/cctest/heap/
test-alloc.cc 168 .FromJust());
178 CHECK_EQ(true, result->BooleanValue(env).FromJust());

Completed in 775 milliseconds

1 2 3