Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.cc172 Local<Context> ContextFromHeapObject(i::Handle<i::Object> obj) { in ContextFromHeapObject() function
1950 auto context = ContextFromHeapObject(self); in Run()
2377 auto context = ContextFromHeapObject(str); in Compile()
2385 auto context = ContextFromHeapObject(str); in Compile()
2607 auto context = ContextFromHeapObject(Utils::OpenHandle(this)); in GetLineNumber()
2635 auto context = ContextFromHeapObject(Utils::OpenHandle(this)); in GetStartColumn()
2656 auto context = ContextFromHeapObject(Utils::OpenHandle(this)); in GetEndColumn()
2694 auto context = ContextFromHeapObject(Utils::OpenHandle(this)); in GetSourceLine()
3800 return NumberValue(ContextFromHeapObject(obj)) in NumberValue()
3827 return IntegerValue(ContextFromHeapObject(obj)).FromMaybe(0); in IntegerValue()
[all …]