OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handle_via_isolate_of
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
types.h
249
Handle<Type> handle() { return
handle_via_isolate_of
(this); }
250
Handle<Type>
handle_via_isolate_of
(Type* type) {
function in class:v8::internal::Type
265
return type->
handle_via_isolate_of
(from_handle(unioned));
types.cc
515
: Union(type, Undefined()->
handle_via_isolate_of
(*type));
Completed in 155 milliseconds