Searched refs:type_of (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | oddball.h | 31 // [typeof]: Cached type_of computed at startup. 32 DECL_ACCESSORS(type_of, String) 51 const char* type_of, byte kind);
|
H A D | oddball-inl.h | 35 ACCESSORS(Oddball, type_of, String, kTypeOfOffset)
|
H A D | objects.cc | 876 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 D | factory.h | 115 Handle<Object> to_number, const char* type_of,
|
H A D | factory.cc | 429 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 D | parser.cc | 3667 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 D | objects-debug.cc | 1000 Object type = type_of(); in OddballVerify()
|
Completed in 28 milliseconds