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

1 2

  /external/v8/src/interpreter/
interpreter-intrinsics.h 45 V(ToInteger, to_integer, 1) \
interpreter-intrinsics.cc 284 Node* IntrinsicsHelper::ToInteger(Node* input, Node* arg_count, Node* context) {
285 return IntrinsicAsStubCall(input, context, CodeFactory::ToInteger(isolate()));
  /external/v8/test/mjsunit/es7/
array-includes.js 134 assertUnreachable("Should not try to call ToInteger on valueOf");
159 assertUnreachable("Should not try to call ToInteger on valueOf");
184 assertUnreachable("Should not try to call ToInteger on valueOf");
  /external/v8/src/
code-factory.h 75 static Callable ToInteger(Isolate* isolate);
code-factory.cc 181 Callable CodeFactory::ToInteger(Isolate* isolate) {
builtins.cc     [all...]
code-stubs.h 137 V(ToInteger) \
    [all...]
isolate.h 248 int ToInteger() const { return static_cast<int>(base::NoBarrier_Load(&id_)); }
    [all...]
api.cc     [all...]
  /external/v8/test/mjsunit/
array-slice.js 107 // Nasty: modify the array in ToInteger.
118 // performing ToInteger on arguments.
array-splice.js 276 // Nasty: modify the array in ToInteger.
286 // performing ToInteger on arguments. However, v8 ignores elements
  /external/v8/test/mjsunit/regress/
regress-2443.js 75 // 1) convert the argument using ToInteger
  /external/pdfium/xfa/src/fxjse/src/
value.h 133 V8_INLINE int32_t ToInteger() const {
value.cpp 77 return lpValue->ToInteger();
  /external/v8/src/compiler/
js-operator.h 409 const Operator* ToInteger();
js-intrinsic-lowering.cc 366 NodeProperties::ChangeOp(node, javascript()->ToInteger());
typer.cc 240 static Type* ToInteger(Type*, Typer*);
403 Type* Typer::Visitor::ToInteger(Type* type, Typer* t) {
404 // ES6 section 7.1.4 ToInteger ( argument )
419 type = ToInteger(type, t);
    [all...]
js-operator.cc 407 V(ToInteger, Operator::kNoProperties, 1, 1) \
    [all...]
js-generic-lowering.cc 83 REPLACE_STUB_CALL(ToInteger)
  /external/v8/src/full-codegen/
full-codegen.h 526 F(ToInteger) \
    [all...]
full-codegen.cc 593 EmitIntrinsicAsStubCall(expr, CodeFactory::ToInteger(isolate()));
    [all...]
  /external/v8/src/runtime/
runtime-object.cc 827 RETURN_RESULT_OR_FAILURE(isolate, Object::ToInteger(isolate, input));
runtime.h 421 F(ToInteger, 1, 1) \
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/js/
array.js     [all...]

Completed in 380 milliseconds

1 2