Searched defs:ToLocal (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Ddate.h101 int64_t local_ms = ToLocal(time_ms);
107 int64_t ToLocal(int64_t time_ms) { function in class:v8::internal::DateCache
H A Dapi.h126 static inline Local<Context> ToLocal(
128 static inline Local<Value> ToLocal(
130 static inline Local<Module> ToLocal(
132 static inline Local<Name> ToLocal(
134 static inline Local<String> ToLocal(
136 static inline Local<Symbol> ToLocal(
138 static inline Local<RegExp> ToLocal(
140 static inline Local<Object> ToLocal(
142 static inline Local<Object> ToLocal(
144 static inline Local<Function> ToLocal(
265 inline bool ToLocal(v8::internal::MaybeHandle<v8::internal::Object> maybe, function in namespace:v8
[all...]
/external/spirv-llvm/lib/SPIRV/
H A DOCLUtil.h189 const static char ToLocal[] = "to_local"; member in namespace:OCLUtil::kOCLBuiltinName
/external/v8/include/
H A Dv8.h370 V8_WARN_UNUSED_RESULT V8_INLINE bool ToLocal(Local<S>* out) const { function in class:v8::MaybeLocal

Completed in 169 milliseconds