Lines Matching refs:EcmaRuntimeCallInfo
25 static JSTaggedValue BitVectorConstructor(EcmaRuntimeCallInfo* argv);
26 static JSTaggedValue Push(EcmaRuntimeCallInfo* argv);
27 static JSTaggedValue Pop(EcmaRuntimeCallInfo* argv);
28 static JSTaggedValue Has(EcmaRuntimeCallInfo* argv);
29 static JSTaggedValue SetBitsByRange(EcmaRuntimeCallInfo* argv);
30 static JSTaggedValue GetBitsByRange(EcmaRuntimeCallInfo* argv);
31 static JSTaggedValue Resize(EcmaRuntimeCallInfo* argv);
32 static JSTaggedValue GetBitCountByRange(EcmaRuntimeCallInfo* argv);
33 static JSTaggedValue GetIndexOf(EcmaRuntimeCallInfo* argv);
34 static JSTaggedValue GetLastIndexOf(EcmaRuntimeCallInfo* argv);
35 static JSTaggedValue FlipBitByIndex(EcmaRuntimeCallInfo* argv);
36 static JSTaggedValue FlipBitsByRange(EcmaRuntimeCallInfo* argv);
37 static JSTaggedValue GetIteratorObj(EcmaRuntimeCallInfo* argv);
38 static JSTaggedValue GetSize(EcmaRuntimeCallInfo* argv);
39 static JSTaggedValue SetAllBits(EcmaRuntimeCallInfo* argv);