Home
last modified time | relevance | path

Searched refs:type_of (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Doddball.h31 // [typeof]: Cached type_of computed at startup.
32 DECL_ACCESSORS(type_of, String)
51 const char* type_of, byte kind);
H A Doddball-inl.h35 ACCESSORS(Oddball, type_of, String, kTypeOfOffset)
H A Dobjects.cc876 return handle(Oddball::cast(*object).type_of(), isolate); in TypeOf()
4782 const char* type_of, byte kind) { in Initialize()
4786 isolate->factory()->InternalizeUtf8String(type_of); in Initialize()
4780 Initialize(Isolate* isolate, Handle<Oddball> oddball, const char* to_string, Handle<Object> to_number, const char* type_of, byte kind) Initialize() argument
/third_party/node/deps/v8/src/heap/
H A Dfactory.h115 Handle<Object> to_number, const char* type_of,
H A Dfactory.cc429 const char* type_of, byte kind) { in NewOddball()
432 Oddball::Initialize(isolate(), oddball, to_string, to_number, type_of, kind); in NewOddball() local
427 NewOddball(Handle<Map> map, const char* to_string, Handle<Object> to_number, const char* type_of, byte kind) NewOddball() argument
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc3667 Expression* type_of = factory()->NewUnaryOperation( in CheckCallable() local
3672 Token::EQ_STRICT, type_of, function_literal, nopos); in CheckCallable()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1000 Object type = type_of(); in OddballVerify()

Completed in 28 milliseconds