Home
last modified time | relevance | path

Searched defs:type_of (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparser.cc3667 Expression* type_of = factory()->NewUnaryOperation( in CheckCallable() local
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc432 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/objects/
H A Dobjects.cc4780 Initialize(Isolate* isolate, Handle<Oddball> oddball, const char* to_string, Handle<Object> to_number, const char* type_of, byte kind) Initialize() argument

Completed in 27 milliseconds