Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.cc144 Local<Context> ContextFromHeapObject(i::Handle<i::Object> obj) { in ContextFromHeapObject() function
1726 auto context = ContextFromHeapObject(self); in Run()
2094 auto context = ContextFromHeapObject(str); in Compile()
2102 auto context = ContextFromHeapObject(str); in Compile()
2328 auto context = ContextFromHeapObject(Utils::OpenHandle(this)); in GetLineNumber()
2361 auto context = ContextFromHeapObject(Utils::OpenHandle(this)); in GetStartColumn()
2385 auto context = ContextFromHeapObject(Utils::OpenHandle(this)); in GetEndColumn()
2431 auto context = ContextFromHeapObject(Utils::OpenHandle(this)); in GetSourceLine()
3303 return NumberValue(ContextFromHeapObject(obj)) in NumberValue()
3332 return IntegerValue(ContextFromHeapObject(obj)).FromMaybe(0); in IntegerValue()
[all …]