Home
last modified time | relevance | path

Searched refs:ConstantHandle (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
Dtypes.h307 typedef typename Config::template Handle<ConstantType>::type ConstantHandle; typedef
752 static ConstantHandle New(i::Handle<i::Object> value, Region* region) { in New()
753 ConstantHandle type = Config::template cast<ConstantType>( in New()