Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.cc235 Local<Context> UnsafeContextFromHeapObject(i::Handle<i::Object> obj) { in UnsafeContextFromHeapObject() function
3947 return NumberValue(UnsafeContextFromHeapObject(obj)) in NumberValue()
3974 return IntegerValue(UnsafeContextFromHeapObject(obj)).FromMaybe(0); in IntegerValue()
3993 return Int32Value(UnsafeContextFromHeapObject(obj)).FromMaybe(0); in Int32Value()
4012 return Uint32Value(UnsafeContextFromHeapObject(obj)).FromMaybe(0); in Uint32Value()
4058 auto context = UnsafeContextFromHeapObject(heap_object); in Equals()